X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ffclose.texi;h=3db9198da505d3cb88b684a8d9b280f8ae636764;hb=178e3ad58f3e077cd87a3ca9a615541e428f9e17;hp=45aac4c7e9881d5c33f43f1228a58f44484541a5;hpb=bcbcf0c59cec0e91db318eccdc564852bafa3c67;p=gnulib.git diff --git a/doc/posix-functions/fclose.texi b/doc/posix-functions/fclose.texi index 45aac4c7e..3db9198da 100644 --- a/doc/posix-functions/fclose.texi +++ b/doc/posix-functions/fclose.texi @@ -4,18 +4,18 @@ POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fclose.html} -Gnulib module: fclose, fflush +Gnulib module: fclose -Portability problems fixed by Gnulib module @code{fflush}: +Portability problems fixed by Gnulib: @itemize @item On some platforms, this function fails to set the file position of a seekable input stream to the byte after the last one actually read: glibc 2.13, FreeBSD. -@end itemize - -Portability problems fixed by Gnulib module @code{fclose}: -@itemize +@item +This function crashes if the stream's file descriptor has already been +closed on some platforms: +MSVC 9. @item On Windows platforms (excluding Cygwin), @code{socket} and @code{accept} followed by @code{fdopen} do not return streams that can be closed by