X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Frecv.texi;h=061ff450ec698065723d4a442ac05a947c887875;hb=54b5ce0e1a4f6a4af37f970e45e6e173e5b0a1c6;hp=1cebbd4156d06493541c4b0c5c6e3013e6905f71;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/recv.texi b/doc/posix-functions/recv.texi index 1cebbd415..061ff450e 100644 --- a/doc/posix-functions/recv.texi +++ b/doc/posix-functions/recv.texi @@ -2,17 +2,18 @@ @section @code{recv} @findex recv -POSIX specification: @url{http://www.opengroup.org/susv3xsh/recv.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/recv.html} -Gnulib module: --- +Gnulib module: recv Portability problems fixed by Gnulib: @itemize +@item +On Windows platforms (excluding Cygwin), error codes for @code{recv} +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. @end itemize