Mention affected platforms.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Sep 2009 19:41:20 +0000 (21:41 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 6 Sep 2009 19:41:20 +0000 (21:41 +0200)
ChangeLog
doc/posix-headers/fcntl.texi

index ab86ad0512403c4e7941773ac5f7c80a1576509a..07a30026e9e099ae5335a2f5288b9f7be648403f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-06  Bruno Haible  <bruno@clisp.org>
+
+       * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
+
 2009-09-06  Bruno Haible  <bruno@clisp.org>
 
        * lib/sys_stat.in.h: Fix preprocessor command indentation.
index 5cf86ee976b8bfeb4b8e93094e7dd4cb856ccbdd..55d3ccf8f3e6cfc82aab0b437881ad5507eca273 100644 (file)
@@ -24,17 +24,18 @@ on some platforms but not on others.
 
 @item
 @samp{FD_CLOEXEC} is not defined on some platforms:
-mingw
-
-@item
-@samp{AT_FDCWD} is defined with a value too large for an int on some
-platforms:
-Solaris 10
+mingw.
 
 @item
 @samp{AT_FDCWD}, @samp{AT_EACCESS}, @samp{AT_SYMLINK_NOFOLLOW},
 @samp{AT_SYMLINK_FOLLOW}, and @samp{AT_REMOVEDIR}
-are missing on some platforms.
+are not defined on many platforms:
+glibc 2.3.6, MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 8, Cygwin, mingw, Interix 3.5, BeOS.
+
+@item
+@samp{AT_FDCWD} is defined with a value too large for an @code{int} on some
+platforms:
+Solaris 10.
 @end itemize
 
 Portability problems not fixed by Gnulib: