Support sethostname() and gethostname()

This commit is contained in:
Sebastian Huber
2014-10-24 09:46:53 +02:00
parent feffbc2894
commit 54ed53794b
5 changed files with 96 additions and 0 deletions

View File

@@ -2272,6 +2272,7 @@ userSpace.addUserSpaceSourceFiles(
'lib/libc/gen/err.c',
'lib/libc/gen/feature_present.c',
'lib/libc/gen/gethostname.c',
'lib/libc/gen/sethostname.c',
'lib/libc/inet/inet_addr.c',
'lib/libc/inet/inet_cidr_ntop.c',
'lib/libc/inet/inet_cidr_pton.c',