X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Flisten.texi;h=8aaf4480921c4456733d928ce37e16e53ebd235a;hb=54b5ce0e1a4f6a4af37f970e45e6e173e5b0a1c6;hp=6ffb36bccce906c6a8406b9bf7fba602a9351412;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/listen.texi b/doc/posix-functions/listen.texi index 6ffb36bcc..8aaf44809 100644 --- a/doc/posix-functions/listen.texi +++ b/doc/posix-functions/listen.texi @@ -2,17 +2,18 @@ @section @code{listen} @findex listen -POSIX specification: @url{http://www.opengroup.org/susv3xsh/listen.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/listen.html} -Gnulib module: --- +Gnulib module: listen Portability problems fixed by Gnulib: @itemize +@item +On Windows platforms (excluding Cygwin), error codes for @code{listen} +are not placed in @code{errno}, and @code{WSAGetLastError} must be +used instead. @end itemize Portability problems not fixed by Gnulib: @itemize -@item -This function is missing on some platforms: -mingw. @end itemize