view doc/glibc-functions/getdomainname.texi @ 38895:70deacf7fcf4

all: Write "Solaris 11.0" instead of "Solaris 11 2011-11".
author Bruno Haible <bruno@clisp.org>
date Thu, 12 Oct 2017 17:40:54 +0200
parents 927867cc7daa
children 11af6bbd6df5
line wrap: on
line source

@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.0, 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