md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / doc / posix-functions / recvfrom.texi
1 @node recvfrom
2 @section @code{recvfrom}
3 @findex recvfrom
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html}
6
7 Gnulib module: recvfrom
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
17 @code{recvfrom} are not placed in @code{errno}, and
18 @code{WSAGetLastError} must be used instead.
19 @end itemize
20
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @item
24 Some platforms don't have a @code{socklen_t} type; in this case this function's
25 sixth argument type is @samp{int *}.
26 @end itemize