New module 'ilogb'.
[gnulib.git] / doc / posix-functions / getsockname.texi
index 0d591e4..e0df7ca 100644 (file)
@@ -2,12 +2,16 @@
 @section @code{getsockname}
 @findex getsockname
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/getsockname.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getsockname.html}
 
-Gnulib module: ---
+Gnulib module: getsockname
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+On Windows platforms (excluding Cygwin), error codes for
+@code{getsockname} are not placed in @code{errno}, and
+@code{WSAGetLastError} must be used instead.
 @end itemize
 
 Portability problems not fixed by Gnulib: