X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fposix-functions%2Fopen.texi;h=55b333cc78cf0211b4a39ef53668ca15f88016b2;hb=27edfbd1f469a7bcd997ebc1485c6b2af04f649a;hp=223126f61e1cd526b3337cd7352c8ffee0d064ce;hpb=80fc442c212439b65a2fba722b17529aba2aa1ae;p=pspp diff --git a/doc/posix-functions/open.texi b/doc/posix-functions/open.texi index 223126f61e..55b333cc78 100644 --- a/doc/posix-functions/open.texi +++ b/doc/posix-functions/open.texi @@ -14,6 +14,10 @@ and (without the slash) names a nonexistent file or a file that is not a directory, on some platforms: FreeBSD 7.2, AIX 7.1, HP-UX 11.00, Solaris 9, Irix 5.3. @item +This function does not support the @code{O_NONBLOCK} flag when it is defined +by the gnulib module @code{nonblocking} on some platforms: +mingw. +@item On Windows platforms (excluding Cygwin), this function does usually not recognize the @file{/dev/null} filename. @end itemize