X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Ffcntl.texi;h=97cd12a23d1f9f8a787bb2c2a0a029ad28029fdc;hb=a155c5688ab059c1c2fff7f132116b455ddb37ba;hp=299f1b42e09369e52c246df282454421d9164a18;hpb=38f87b03c2763bb2af05ae98905b0ac8ba55b3eb;p=gnulib.git diff --git a/doc/posix-headers/fcntl.texi b/doc/posix-headers/fcntl.texi index 299f1b42e..97cd12a23 100644 --- a/doc/posix-headers/fcntl.texi +++ b/doc/posix-headers/fcntl.texi @@ -23,7 +23,8 @@ 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 @@ -56,10 +57,6 @@ replacement is not atomic on these platforms. on some platforms. @item -@samp{F_DUPFD} and @samp{F_GETFD} are not defined on some platforms: -mingw. - -@item @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: