Next: fcntl
, Previous: fchownat
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
fclose
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/fclose.html
Gnulib module: fclose
Portability problems fixed by Gnulib:
socket
and accept
followed by fdopen
do not return streams that can be closed by
fclose
.
Portability problems not fixed by Gnulib:
errno
upon failure.