poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / send.texi
blob07775d9a054225a3e569e6f5a1d8bf3f0abcb7b8
1 @node send
2 @section @code{send}
3 @findex send
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html}
7 Gnulib module: send
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On Windows platforms (excluding Cygwin), error codes from this function
13 are not placed in @code{errno}, and @code{WSAGetLastError} must be used
14 instead.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @end itemize