close
POSIX specification:
http://www.opengroup.org/onlinepubs/9699919799/functions/close.html
Gnulib module: close
Portability problems fixed by Gnulib:
socket and accept
do not return file descriptors that can be closed by close.
Instead, closesocket must be used.
Portability problems not fixed by Gnulib:
socket and accept do not return file descriptors
that can be closed by close. Instead, closesocket must be
used.