getopt-gnu: avoid crash in glibc getopt
[pspp] / doc / posix-functions / fclose.texi
index dfd6adc0f2698bb31e54d2a1d3437e80443d8435..40a205289ee766c166b9bd55d33fb708fa91a9b7 100644 (file)
@@ -2,13 +2,17 @@
 @section @code{fclose}
 @findex fclose
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fclose.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fclose.html}
 
 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}.