New module 'getlogin'.
[gnulib.git] / doc / posix-functions / fclose.texi
1 @node fclose
2 @section @code{fclose}
3 @findex fclose
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fclose.html}
6
7 Gnulib module: fclose
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On Windows platforms (excluding Cygwin), @code{socket} and @code{accept}
13 followed by @code{fdopen} do not return streams that can be closed by
14 @code{fclose}.
15 @end itemize
16
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
21 upon failure.
22 @end itemize