log10f-ieee: Work around test failure on NetBSD 5.1.
[gnulib.git] / doc / posix-functions / getpeername.texi
index e229534..5d2cefa 100644 (file)
@@ -2,20 +2,21 @@
 @section @code{getpeername}
 @findex getpeername
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/getpeername.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpeername.html}
 
-Gnulib module: ---
+Gnulib module: getpeername
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+On Windows platforms (excluding Cygwin), error codes for
+@code{getpeername} 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.
-@item
 Some platforms don't have a @code{socklen_t} type; in this case this function's
 third argument type is @samp{int *}.
 @end itemize