aboutsummaryrefslogtreecommitdiffstats
path: root/sysdeps/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/amd64')
-rw-r--r--sysdeps/amd64/sysdeps2
-rw-r--r--sysdeps/amd64/sysdeps.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/amd64/sysdeps b/sysdeps/amd64/sysdeps
index 7522b4e..312d47f 100644
--- a/sysdeps/amd64/sysdeps
+++ b/sysdeps/amd64/sysdeps
@@ -22,7 +22,6 @@ signeddev: no
sizeofino: 8
signedino: no
accept4: yes
-ancilautoclose: no
cmsgcloexec: yes
devurandom: yes
dirfd: yes
@@ -59,3 +58,4 @@ getrandom: yes
itimer: yes
namespaces: yes
nsgetparent: yes
+explicit_bzero: yes
diff --git a/sysdeps/amd64/sysdeps.h b/sysdeps/amd64/sysdeps.h
index b6e105c..28cfb6b 100644
--- a/sysdeps/amd64/sysdeps.h
+++ b/sysdeps/amd64/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_HASDIRFD
@@ -71,5 +70,6 @@
#define SKALIBS_HASITIMER
#define SKALIBS_HASNAMESPACES
#define SKALIBS_HASNSGETPARENT
+#define SKALIBS_HASEXPLICIT_BZERO
#endif