mkfifo-tests, etc.: allow HP-UX 11.11 bug
[gnulib.git] / doc / glibc-functions / getdomainname.texi
1 @node getdomainname
2 @subsection @code{getdomainname}
3 @findex getdomainname
4
5 Gnulib module: getdomainname
6
7 Portability problems fixed by Gnulib:
8 @itemize
9 @item
10 This function is missing on some platforms:
11 Solaris 11 2011-11, mingw, MSVC 9, Interix 3.5, BeOS.
12 @item
13 This function is declared in @code{netdb.h}, not in @code{unistd.h}, on
14 some platforms:
15 AIX 7.1.
16 @item
17 This function is declared in @code{netdb.h} and in @code{sys/socket.h}, not
18 in @code{unistd.h}, on some platforms:
19 OSF/1 5.1.
20 @item
21 The second argument is of type @code{int}, not @code{size_t}, on some platforms:
22 Mac OS X 10.5, FreeBSD 6.4, AIX 7.1, IRIX 6.5.
23 @end itemize
24
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize