maint: enable sc_prohibit_cloexec_without_use
[gnulib/ericb.git] / doc / posix-functions / recv.texi
blob028966eddaea556dace0774bed0f00d86675cc3a
1 @node recv
2 @section @code{recv}
3 @findex recv
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/recv.html}
7 Gnulib module: recv
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function has the return type @code{int} instead of @code{ssize_t}
13 on some platforms:
14 OSF/1 5.1.
15 @item
16 On Windows platforms (excluding Cygwin), error codes for @code{recv}
17 are not placed in @code{errno}, and @code{WSAGetLastError} must be
18 used instead.
19 @end itemize
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @end itemize