X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fgetpeername.texi;h=5d2cefaf2b3171508f2644db65ff1dcc0f1c0c7a;hb=4182945756440f7cd372997318210fdb954ebbda;hp=e22953419b0aa4ab61d12bb473832ef930c4706a;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/getpeername.texi b/doc/posix-functions/getpeername.texi index e22953419..5d2cefaf2 100644 --- a/doc/posix-functions/getpeername.texi +++ b/doc/posix-functions/getpeername.texi @@ -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