X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Ffcntl.texi;h=c87e8726d4807823860003e7066ca7877dc6d6cc;hb=176cd193605775b290fee26568eec5d1ebd47f58;hp=29b61ecb47db1dfd69536f8f6d4cb54cd03977ea;hpb=70a72e0f50411ccc776379a761725d8c8bec58a3;p=gnulib.git diff --git a/doc/posix-headers/fcntl.texi b/doc/posix-headers/fcntl.texi index 29b61ecb4..c87e8726d 100644 --- a/doc/posix-headers/fcntl.texi +++ b/doc/posix-headers/fcntl.texi @@ -23,6 +23,11 @@ non-zero value; otherwise, the gnulib replacement is 0. Gnulib defines these macros to @samp{O_RDONLY}, which is typically 0. @item +The @samp{O_ACCMODE} mask mistakenly omits @samp{O_SEARCH} and +@samp{O_EXEC} on some platforms: +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.