diff options
Diffstat (limited to 'sysdeps/aarch64')
| -rw-r--r-- | sysdeps/aarch64/sysdeps | 2 | ||||
| -rw-r--r-- | sysdeps/aarch64/sysdeps.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/aarch64/sysdeps b/sysdeps/aarch64/sysdeps index bb2896a..08d550b 100644 --- a/sysdeps/aarch64/sysdeps +++ b/sysdeps/aarch64/sysdeps @@ -22,7 +22,6 @@ signeddev: no sizeofino: 8 signedino: no accept4: yes -ancilautoclose: no cmsgcloexec: yes devurandom: yes eproto: yes @@ -59,3 +58,4 @@ odirectory: yes memmem: yes namespaces: yes nsgetparent: yes +explicit_bzero: yes diff --git a/sysdeps/aarch64/sysdeps.h b/sysdeps/aarch64/sysdeps.h index 8ef846b..9bd0a79 100644 --- a/sysdeps/aarch64/sysdeps.h +++ b/sysdeps/aarch64/sysdeps.h @@ -34,7 +34,6 @@ #undef SKALIBS_HASSIGNEDSIGNEDINO #define SKALIBS_HASUNSIGNEDSIGNEDINO #define SKALIBS_HASACCEPT4 -#undef SKALIBS_HASANCILAUTOCLOSE #define SKALIBS_HASCMSGCLOEXEC #define SKALIBS_HASDEVURANDOM #define SKALIBS_HASEPROTO @@ -71,5 +70,6 @@ #define SKALIBS_HASMEMMEM #define SKALIBS_HASNAMESPACES #define SKALIBS_HASNSGETPARENT +#define SKALIBS_HASEXPLICIT_BZERO #endif |
