X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fsend.texi;h=e3151f71e6548b69f8277bdcbc55fdbba35155e4;hb=9f5e100923da93c9e470227db4aa4ac1a2e2c019;hp=d9d8dedf6c8e232f3187eb142a77d01cf850ee6f;hpb=44656541e5be621a9430633f8c3a4fdea64d284d;p=gnulib.git diff --git a/doc/posix-functions/send.texi b/doc/posix-functions/send.texi index d9d8dedf6..e3151f71e 100644 --- a/doc/posix-functions/send.texi +++ b/doc/posix-functions/send.texi @@ -2,15 +2,20 @@ @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: send Portability problems fixed by Gnulib: @itemize @item -On Windows platforms (excluding Cygwin), error codes for @code{accept} are not -placed in @code{errno}, and @code{WSAGetLastError} must be used instead. +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: