Hash :
d00ddf69
Author :
Date :
2017-10-12T23:18:12
doc: Update for Solaris 11.3. * doc/**/*.texi: For bugs that exist in both Solaris 11.0 and 11.3, mention Solaris 11.3. * m4/log2.m4: Fix comments. * m4/log2f.m4: Likewise. * m4/printf.m4: Update comments. * m4/rename.m4: Likewise. * m4/strncat.m4: Likewise.
@node getdomainname
@subsection @code{getdomainname}
@findex getdomainname
Gnulib module: getdomainname
Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
Solaris 11.3, mingw, MSVC 14, Interix 3.5, BeOS.
@item
This function is declared in @code{netdb.h}, not in @code{unistd.h}, on
some platforms:
AIX 7.1.
@item
This function is declared in @code{netdb.h} and in @code{sys/socket.h}, not
in @code{unistd.h}, on some platforms:
OSF/1 5.1.
@item
The second argument is of type @code{int}, not @code{size_t}, on some platforms:
Mac OS X 10.5, FreeBSD 6.4, AIX 7.1, IRIX 6.5.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize