X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Ffcntl.texi;h=9dda62829312e0b095e51c596a9ad9355d163325;hb=10f2e326a345a8f342ddf10ceb29b5e143795de1;hp=598bf69435b05516b641f11d3455e94678c5211b;hpb=47cd5e6890272798588074518e1744263bdf08c8;p=gnulib.git diff --git a/doc/posix-headers/fcntl.texi b/doc/posix-headers/fcntl.texi index 598bf6943..9dda62829 100644 --- a/doc/posix-headers/fcntl.texi +++ b/doc/posix-headers/fcntl.texi @@ -12,6 +12,10 @@ The type @code{pid_t} is not defined on some platforms: MSVC 9. @item +The type @code{mode_t} is not defined on some platforms: +MSVC 9. + +@item @samp{O_CLOEXEC}, @samp{O_DIRECTORY}, @samp{O_DSYNC}, @samp{O_NOCTTY}, @samp{O_NOFOLLOW}, @samp{O_RSYNC}, @samp{O_SYNC}, and @samp{O_TTY_INIT} are not defined on some platforms. Gnulib defines @@ -37,8 +41,8 @@ Cygwin. @item @samp{O_BINARY}, @samp{O_TEXT} (not specified by POSIX, but essential for -portability to Woe32 platforms) are defined on some platforms but not on -others. +portability to native Windows platforms) are defined on some platforms but +not on others. @item @samp{O_DIRECT}, @samp{O_NDELAY}, @samp{O_NOATIME}, @@ -66,7 +70,7 @@ glibc 2.3.6, MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX @item @samp{AT_FDCWD} is defined with a value too large for an @code{int} on some platforms: -Solaris 11 2010-11. +Solaris 11 2011-11. @end itemize Portability problems not fixed by Gnulib: