gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / doc / posix-functions / recv.texi
1 @node recv
2 @section @code{recv}
3 @findex recv
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/recv.html}
6
7 Gnulib module: recv
8
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
20
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @end itemize