fchmod-tests, fchmodat tests, lchmod tests: Add more tests.
[gnulib.git] / doc / glibc-functions / getdomainname.texi
blob6cd7ba2b05deeb72bca50f9508e725216b386d7f
1 @node getdomainname
2 @subsection @code{getdomainname}
3 @findex getdomainname
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-getdomainname.html}
7 Documentation:
8 @itemize
9 @item
10 @ifinfo
11 @ref{Host Identification,,Host Identification,libc},
12 @end ifinfo
13 @ifnotinfo
14 @url{https://www.gnu.org/software/libc/manual/html_node/Host-Identification.html},
15 @end ifnotinfo
16 @item
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/getdomainname.2.html,,man getdomainname}.
18 @end itemize
20 Gnulib module: getdomainname
22 Portability problems fixed by Gnulib:
23 @itemize
24 @item
25 This function is missing on some platforms:
26 Solaris 11.3, mingw, MSVC 14, Android 7.1.
27 @item
28 This function is declared in @code{netdb.h}, not in @code{unistd.h}, on
29 some platforms:
30 AIX 7.1.
31 @item
32 The second argument is of type @code{int}, not @code{size_t}, on some platforms:
33 Mac OS X 10.13, FreeBSD 6.4, AIX 7.1, IRIX 6.5.
34 @end itemize
36 Portability problems not fixed by Gnulib:
37 @itemize
38 @end itemize