diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-16 04:47:27 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-16 04:47:27 +0000 |
| commit | 6ac8e92d8b8a5f376d32007afe4385cf25dbed13 (patch) | |
| tree | d6f1bc7f162552e99af7969877aeb556046f80d3 /sysdeps/amd64 | |
| parent | 2ad35579595320db030feb0a056e3a810b715a09 (diff) | |
| download | lh-bootstrap-6ac8e92d8b8a5f376d32007afe4385cf25dbed13.tar.gz | |
New year, new sysdeps
Diffstat (limited to 'sysdeps/amd64')
| -rw-r--r-- | sysdeps/amd64/sysdeps | 5 | ||||
| -rw-r--r-- | sysdeps/amd64/sysdeps.h | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/sysdeps/amd64/sysdeps b/sysdeps/amd64/sysdeps index 5680bc9..7522b4e 100644 --- a/sysdeps/amd64/sysdeps +++ b/sysdeps/amd64/sysdeps @@ -25,6 +25,7 @@ accept4: yes ancilautoclose: no cmsgcloexec: yes devurandom: yes +dirfd: yes eproto: yes eventfd: yes flock: yes @@ -35,8 +36,10 @@ ipv6: yes malloc0: yes msgdontwait: yes nbwaitall: yes +odirectory: yes openat: yes linkat: yes +memmem: yes pipe2: yes ppoll: yes revoke: no @@ -54,3 +57,5 @@ arc4random: no arc4random_addrandom: no getrandom: yes itimer: yes +namespaces: yes +nsgetparent: yes diff --git a/sysdeps/amd64/sysdeps.h b/sysdeps/amd64/sysdeps.h index 47eb523..b6e105c 100644 --- a/sysdeps/amd64/sysdeps.h +++ b/sysdeps/amd64/sysdeps.h @@ -37,6 +37,7 @@ #undef SKALIBS_HASANCILAUTOCLOSE #define SKALIBS_HASCMSGCLOEXEC #define SKALIBS_HASDEVURANDOM +#define SKALIBS_HASDIRFD #define SKALIBS_HASEPROTO #define SKALIBS_HASEVENTFD #define SKALIBS_HASFLOCK @@ -47,8 +48,10 @@ #define SKALIBS_HASMALLOC0 #define SKALIBS_HASMSGDONTWAIT #define SKALIBS_HASNBWAITALL +#define SKALIBS_HASODIRECTORY #define SKALIBS_HASOPENAT #define SKALIBS_HASLINKAT +#define SKALIBS_HASMEMMEM #define SKALIBS_HASPIPE2 #define SKALIBS_HASPPOLL #undef SKALIBS_HASREVOKE @@ -66,4 +69,7 @@ #undef SKALIBS_HASARC4RANDOM_ADDRANDOM #define SKALIBS_HASGETRANDOM #define SKALIBS_HASITIMER +#define SKALIBS_HASNAMESPACES +#define SKALIBS_HASNSGETPARENT + #endif |
