summaryrefslogtreecommitdiffstats
path: root/freebsd-to-rtems.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-10-24 09:46:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-10-24 09:47:58 +0200
commit54ed53794b648f1452d1b80d9f01b444dac2ce8c (patch)
treeed262697abda5688821e578b8647d715c096b2e3 /freebsd-to-rtems.py
parentFix mount table location chain corruption (diff)
downloadrtems-libbsd-54ed53794b648f1452d1b80d9f01b444dac2ce8c.tar.bz2
Support sethostname() and gethostname()
Diffstat (limited to 'freebsd-to-rtems.py')
-rwxr-xr-xfreebsd-to-rtems.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py
index 1ec10a80..a6618a7a 100755
--- a/freebsd-to-rtems.py
+++ b/freebsd-to-rtems.py
@@ -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',