getopt-gnu: avoid crash in glibc getopt
[pspp] / doc / posix-functions / fclose.texi
index ad3aca343e966826dd71046fb23e5c972c98562a..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}.
@@ -17,10 +21,6 @@ followed by @code{fdopen} do not return streams that can be closed by
 Portability problems not 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), this function does not set @code{errno}
 upon failure.
 @end itemize