X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ffclose.texi;h=b08430eaca085837c1128a3f00571c19e8f31494;hb=56093e4d947bcc87bbc05ac3e8645509274f57b4;hp=c231812d4cdc40a0699144c6ad98565307b45ea1;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/fclose.texi b/doc/posix-functions/fclose.texi index c231812d4..b08430eac 100644 --- a/doc/posix-functions/fclose.texi +++ b/doc/posix-functions/fclose.texi @@ -4,10 +4,14 @@ POSIX specification: @url{http://www.opengroup.org/susv3xsh/fclose.html} -Gnulib module: --- +Gnulib module: fclose Portability problems fixed by Gnulib: @itemize +@item +On Windows platforms (excluding Cygwin), @code{socket} and @code{accept} +followed by @code{fdopen} do not return streams that can be closed by +@code{fclose}. @end itemize Portability problems not fixed by Gnulib: