Next: getitimer
, Previous: gethostid
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
gethostname
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/gethostname.html
Gnulib module: gethostname
Portability problems fixed by Gnulib:
<winsock2.h>
) on some platforms:
MSVC 14.
Portability problems not fixed by Gnulib:
int
instead of size_t
on some platforms:
Solaris 10.
EINVAL
, instead of returning a truncated host name.