X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fclose.texi;h=e9b44c55d1b55233e8f967b3d82f610b5b0aa312;hb=54b5ce0e1a4f6a4af37f970e45e6e173e5b0a1c6;hp=ec961dca8c8d03385b717e12e5eabf5b2bba44a3;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/close.texi b/doc/posix-functions/close.texi index ec961dca8..e9b44c55d 100644 --- a/doc/posix-functions/close.texi +++ b/doc/posix-functions/close.texi @@ -2,14 +2,22 @@ @section @code{close} @findex close -POSIX specification: @url{http://www.opengroup.org/susv3xsh/close.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/close.html} -Gnulib module: --- +Gnulib module: close Portability problems fixed by Gnulib: @itemize +@item +On Windows platforms (excluding Cygwin), @code{socket} and @code{accept} +do not return file descriptors that can be closed by @code{close}. +Instead, @code{closesocket} must be used. @end itemize Portability problems not fixed by Gnulib: @itemize +@item +On BeOS, @code{socket} and @code{accept} do not return file descriptors +that can be closed by @code{close}. Instead, @code{closesocket} must be +used. @end itemize