X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Flisten.texi;h=0c16ede1aa714264cde0e5ddfd3bc688e8fbacdc;hb=176cd193605775b290fee26568eec5d1ebd47f58;hp=6ffb36bccce906c6a8406b9bf7fba602a9351412;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/listen.texi b/doc/posix-functions/listen.texi index 6ffb36bcc..0c16ede1a 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