poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / errno.texi
blob8d7620af59214b90675e8191cbb2a5a921c6f694
1 @node errno
2 @section @code{errno}
3 @findex errno
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/errno.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 On Windows, the socket functions don't set @code{errno}; their error code is
17 available through @code{WSAGetLastError()} instead.
18 @end itemize