X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fbind.texi;h=49f6e65de95b5dac9e520221664f00f5475816cd;hb=14a3c6e4da8e6c5e65d0bba54cd42a91fd582603;hp=2211dd0bc98328ee0d86bf54b2112acbfaa9b65b;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/bind.texi b/doc/posix-functions/bind.texi index 2211dd0bc..49f6e65de 100644 --- a/doc/posix-functions/bind.texi +++ b/doc/posix-functions/bind.texi @@ -2,17 +2,18 @@ @section @code{bind} @findex bind -POSIX specification: @url{http://www.opengroup.org/susv3xsh/bind.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/bind.html} -Gnulib module: --- +Gnulib module: bind Portability problems fixed by Gnulib: @itemize +@item +On Windows platforms (excluding Cygwin), error codes for @code{bind} +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