poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / gai_strerror.texi
bloba1b75597e8d84493045bd6c7021e3467be422ec5
1 @node gai_strerror
2 @section @code{gai_strerror}
3 @findex gai_strerror
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/gai_strerror.html}
7 Gnulib module: getaddrinfo
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 HP-UX 11.11, IRIX 6.5, Cygwin 1.5.x.
14 @item
15 This function is only available in @code{<ws2tcpip.h>} on some
16 platforms:
17 mingw, MSVC 14.
18 @item
19 This function's return type is @code{char *} instead of @code{const char *}
20 on some platforms:
21 AIX 7.1, HP-UX 11, Solaris 9, mingw, MSVC 14.
22 @end itemize
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @end itemize