aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i486-linux-musl
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-01-16 04:47:27 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-01-16 04:47:27 +0000
commit6ac8e92d8b8a5f376d32007afe4385cf25dbed13 (patch)
treed6f1bc7f162552e99af7969877aeb556046f80d3 /sysdeps/i486-linux-musl
parent2ad35579595320db030feb0a056e3a810b715a09 (diff)
downloadlh-bootstrap-6ac8e92d8b8a5f376d32007afe4385cf25dbed13.tar.xz
New year, new sysdeps
Diffstat (limited to 'sysdeps/i486-linux-musl')
-rw-r--r--sysdeps/i486-linux-musl/sysdeps5
-rw-r--r--sysdeps/i486-linux-musl/sysdeps.h6
2 files changed, 11 insertions, 0 deletions
diff --git a/sysdeps/i486-linux-musl/sysdeps b/sysdeps/i486-linux-musl/sysdeps
index 7677a1e..09e2b7b 100644
--- a/sysdeps/i486-linux-musl/sysdeps
+++ b/sysdeps/i486-linux-musl/sysdeps
@@ -54,3 +54,8 @@ arc4random: no
arc4random_addrandom: no
getrandom: yes
itimer: yes
+dirfd: yes
+odirectory: yes
+memmem: yes
+namespaces: yes
+nsgetparent: yes
diff --git a/sysdeps/i486-linux-musl/sysdeps.h b/sysdeps/i486-linux-musl/sysdeps.h
index e9d33a1..750fa3d 100644
--- a/sysdeps/i486-linux-musl/sysdeps.h
+++ b/sysdeps/i486-linux-musl/sysdeps.h
@@ -66,4 +66,10 @@
#undef SKALIBS_HASARC4RANDOM_ADDRANDOM
#define SKALIBS_HASGETRANDOM
#define SKALIBS_HASITIMER
+#define SKALIBS_HASDIRFD
+#define SKALIBS_HASODIRECTORY
+#define SKALIBS_HASMEMMEM
+#define SKALIBS_HASNAMESPACES
+#define SKALIBS_HASNSGETPARENT
+
#endif