summaryrefslogtreecommitdiff
path: root/lib/libc/src/unistd/hostname.c
AgeCommit message (Collapse)Author
36 hourslib: libc: Implement gethostname() + sethostname()Ian Moffett
This commit adds the POSIX gethostname() and sethostname() functions to the Hyra C library. Signed-off-by: Ian Moffett <ian@osmora.org>