X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Ffcntl.texi;h=97cd12a23d1f9f8a787bb2c2a0a029ad28029fdc;hb=a155c5688ab059c1c2fff7f132116b455ddb37ba;hp=55d3ccf8f3e6cfc82aab0b437881ad5507eca273;hpb=39dcff84b285160052e0bb26bd51411b89a37e33;p=gnulib.git diff --git a/doc/posix-headers/fcntl.texi b/doc/posix-headers/fcntl.texi index 55d3ccf8f..97cd12a23 100644 --- a/doc/posix-headers/fcntl.texi +++ b/doc/posix-headers/fcntl.texi @@ -23,14 +23,22 @@ and @samp{O_NOLINKS} (not specified by POSIX) are defined on some platforms but not on others. @item -@samp{FD_CLOEXEC} is not defined on some platforms: +@samp{FD_CLOEXEC}, @samp{F_DUPFD}, and @samp{F_GETFD} are not defined +on some platforms: mingw. @item +@samp{F_DUPFD_CLOEXEC} is not defined on some platforms: +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 10, Cygwin 1.7.1, mingw, Interix 3.5, +BeOS. + +@item @samp{AT_FDCWD}, @samp{AT_EACCESS}, @samp{AT_SYMLINK_NOFOLLOW}, @samp{AT_SYMLINK_FOLLOW}, and @samp{AT_REMOVEDIR} 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. +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 1.5.x, mingw, Interix 3.5, BeOS. @item @samp{AT_FDCWD} is defined with a value too large for an @code{int} on some @@ -49,14 +57,10 @@ replacement is not atomic on these platforms. on some platforms. @item -@samp{F_DUPFD}, @samp{F_DUPFD_CLOEXEC}, @samp{F_GETFD}, and -@samp{F_SETFD} are not defined on some platforms: -mingw - -@item -@samp{F_GETFL}, @samp{F_SETFL}, @samp{F_GETLK}, @samp{F_SETLK}, -@samp{F_SETLOKW}, @samp{F_GETOWN}, and @samp{F_SETOWN} are not defined -on some platforms. +@samp{F_SETFD}, @samp{F_GETFL}, @samp{F_SETFL}, @samp{F_GETLK}, +@samp{F_SETLK}, @samp{F_SETLOKW}, @samp{F_GETOWN}, and @samp{F_SETOWN} +are not defined on some platforms: +mingw. @item @samp{POSIX_FADV_DONTNEED}, @samp{POSIX_FADV_NOREUSE},