X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fsend.texi;h=e3151f71e6548b69f8277bdcbc55fdbba35155e4;hb=f40e1532834adc754cac576a07d43b9556f89a97;hp=2320826683bebe4c3b0c564ee7508f77e8aebd7e;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/send.texi b/doc/posix-functions/send.texi index 232082668..e3151f71e 100644 --- a/doc/posix-functions/send.texi +++ b/doc/posix-functions/send.texi @@ -2,17 +2,22 @@ @section @code{send} @findex send -POSIX specification: @url{http://www.opengroup.org/susv3xsh/send.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/send.html} -Gnulib module: --- +Gnulib module: send Portability problems fixed by Gnulib: @itemize +@item +This function has the return type @code{int} instead of @code{ssize_t} +on some platforms: +OSF/1 5.1. +@item +On Windows platforms (excluding Cygwin), error codes for @code{send} +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