X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fsetsockopt.texi;h=3fe6871d9fb0a33ff7e4f60678de24420132a053;hb=a765077b04a89bffa2a6095c7988fb9a70857d7f;hp=2146c35578782841832730a5ded3dfce18399329;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/setsockopt.texi b/doc/posix-functions/setsockopt.texi index 2146c3557..3fe6871d9 100644 --- a/doc/posix-functions/setsockopt.texi +++ b/doc/posix-functions/setsockopt.texi @@ -2,19 +2,20 @@ @section @code{setsockopt} @findex setsockopt -POSIX specification: @url{http://www.opengroup.org/susv3xsh/setsockopt.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html} -Gnulib module: --- +Gnulib module: setsockopt Portability problems fixed by Gnulib: @itemize +@item +On Windows platforms (excluding Cygwin), error codes for +@code{setsockopt} 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 Many socket options are not available on all platforms. @end itemize