diff options
Diffstat (limited to 'sysdeps/armhf')
-rw-r--r-- | sysdeps/armhf/sysdeps | 11 | ||||
-rw-r--r-- | sysdeps/armhf/sysdeps.h | 1 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysdeps/armhf/sysdeps b/sysdeps/armhf/sysdeps index a0a13d5..6ffd1b6 100644 --- a/sysdeps/armhf/sysdeps +++ b/sysdeps/armhf/sysdeps @@ -21,11 +21,11 @@ sizeofdev: 4 signeddev: no sizeofino: 4 signedino: no +nullispointer: yes accept4: yes -ancilautoclose: no cmsgcloexec: yes devurandom: yes -eproto: yes +dirfd: yes eventfd: yes flock: yes getpeereid: no @@ -34,9 +34,10 @@ getpeerucred: no ipv6: yes malloc0: yes msgdontwait: yes -nbwaitall: yes +odirectory: yes openat: yes linkat: yes +memmem: yes pipe2: yes ppoll: yes revoke: no @@ -54,8 +55,6 @@ arc4random: no arc4random_addrandom: no getrandom: yes itimer: yes -dirfd: yes -odirectory: yes -memmem: yes namespaces: yes nsgetparent: yes +explicit_bzero: yes diff --git a/sysdeps/armhf/sysdeps.h b/sysdeps/armhf/sysdeps.h index c94c958..a930887 100644 --- a/sysdeps/armhf/sysdeps.h +++ b/sysdeps/armhf/sysdeps.h @@ -71,5 +71,6 @@ #define SKALIBS_HASMEMMEM #define SKALIBS_HASNAMESPACES #define SKALIBS_HASNSGETPARENT +#define SKALIBS_HASEXPLICIT_BZERO #endif |