poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / recv.texi
blob44a46ab96d9f5761e8d00b46c5fae4383327badc
1 @node recv
2 @section @code{recv}
3 @findex recv
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/recv.html}
7 Gnulib module: recv
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