poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / inet_addr.texi
blobd1de9adf27439ce656748ce86ad91ccbb8b6876d
1 @node inet_addr
2 @section @code{inet_addr}
3 @findex inet_addr
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_addr.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 This function is missing on some platforms:
17 mingw, MSVC 14.
18 @item
19 On some old platforms, this function returns a @samp{struct in_addr} rather
20 than a scalar type such as @samp{unsigned int} or @samp{unsigned long}.
21 @end itemize