summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-09-07 15:43:44 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-09-07 15:43:44 +0200
commit7f75b564fc8e016f94b8acb6fbf99c7c198543e9 (patch)
tree8f87bfce2748bf5fbd75128ea7bbb45309380c0b /libbsd.py
parentImport getdomainname() (diff)
downloadrtems-libbsd-7f75b564fc8e016f94b8acb6fbf99c7c198543e9.tar.bz2
Port getdomainname() to RTEMS
Diffstat (limited to 'libbsd.py')
-rwxr-xr-xlibbsd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index 73f5a67f..575edbb7 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -1932,6 +1932,7 @@ def user_space(mm):
'contrib/pf/pfctl/pf_print_state.c',
'lib/libc/gen/err.c',
'lib/libc/gen/feature_present.c',
+ 'lib/libc/gen/getdomainname.c',
'lib/libc/gen/gethostname.c',
'lib/libc/gen/sethostname.c',
'lib/libc/inet/inet_addr.c',