X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-functions%2Ffclose.texi;h=3db9198da505d3cb88b684a8d9b280f8ae636764;hb=178e3ad58f3e077cd87a3ca9a615541e428f9e17;hp=da26c87e8904be3c990de12cc3bdd119726debb9;hpb=80fc442c212439b65a2fba722b17529aba2aa1ae;p=gnulib.git diff --git a/doc/posix-functions/fclose.texi b/doc/posix-functions/fclose.texi index da26c87e8..3db9198da 100644 --- a/doc/posix-functions/fclose.texi +++ b/doc/posix-functions/fclose.texi @@ -9,6 +9,14 @@ Gnulib module: fclose 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. +@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 @code{fclose}.