Fix a compilation error on Cygwin with g++ >= 4.3.
[pspp] / ChangeLog
index 945954adc5fc0244a22803664f1c5854eaca2cdc..2be3ce11cb77949d182cdde8236de169c4569093 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-03-27  Bruno Haible  <bruno@clisp.org>
+
+       Fix a compilation error on Cygwin with g++ >= 4.3.
+       * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
+       if it is undefined or if we alias it to chmod.
+       (lstat): Don't warn about the use of this function if it is undefined
+       or if we alias it to stat.
+       Reported by Simon Josefsson.
+
 2010-03-27  Bruno Haible  <bruno@clisp.org>
 
        * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.