X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fgetsockopt.texi;h=28cc41f7bb1cd1965c871f665f63cba7941b1c7d;hb=eadf1d03c19abe009c81484b3ebaa443b884a95d;hp=583bb90b885beb341b54070c5f45dc5f596ffc54;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/getsockopt.texi b/doc/posix-functions/getsockopt.texi index 583bb90b8..28cc41f7b 100644 --- a/doc/posix-functions/getsockopt.texi +++ b/doc/posix-functions/getsockopt.texi @@ -2,19 +2,23 @@ @section @code{getsockopt} @findex getsockopt -POSIX specification: @url{http://www.opengroup.org/susv3xsh/getsockopt.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getsockopt.html} -Gnulib module: --- +Gnulib module: getsockopt Portability problems fixed by Gnulib: @itemize +@item +On Windows platforms (excluding Cygwin), error codes for +@code{getsockopt} 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, BeOS. +BeOS. @item Some platforms don't have a @code{socklen_t} type; in this case this function's fifth argument type is @samp{int *}.