poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / getaddrinfo.texi
blobeae5b8b593e062e1d66f3fd78a8b2f8c85b09929
1 @node getaddrinfo
2 @section @code{getaddrinfo}
3 @findex getaddrinfo
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.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, mingw, MSVC 14.
14 @item
15 On Windows, this function is declared in @code{<ws2tcpip.h>} rather than in
16 @code{<netdb.h>}.
17 @item
18 On Windows, in 32-bit mode, this function is defined with a calling convention
19 that is different from @code{cdecl}.
20 @end itemize
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize