The libc versions of get/sethostname should just call the internal net/netdb...
The libc versions of get/sethostname should just call the internal net/netdb versions in the flat build. In the protected and kernel builds, sethostname is a system call but gethostname calls uname() to get the hostname
parent
6380832a
Please register or sign in to comment