ffs: new module
[pspp] / doc / posix-functions / fclose.texi
index da26c87e8904be3c990de12cc3bdd119726debb9..40a205289ee766c166b9bd55d33fb708fa91a9b7 100644 (file)
@@ -9,6 +9,10 @@ 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
 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}.