diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-03 13:25:58 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-03 13:25:58 +0000 |
| commit | 1202c964c4e91083a3c60b41b9c11e220bfa759d (patch) | |
| tree | 06ba8f1d5710e33ddae778886705da8930ee71c4 /sysdeps/i686-linux-musl | |
| parent | 68218b9312bf91fcd937ee29b84cbbf490083620 (diff) | |
| download | lh-bootstrap-1202c964c4e91083a3c60b41b9c11e220bfa759d.tar.gz | |
Update versions for 2019-05-03
Diffstat (limited to 'sysdeps/i686-linux-musl')
| -rw-r--r-- | sysdeps/i686-linux-musl/sysdeps | 2 | ||||
| -rw-r--r-- | sysdeps/i686-linux-musl/sysdeps.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/i686-linux-musl/sysdeps b/sysdeps/i686-linux-musl/sysdeps index 63268bf..76441a6 100644 --- a/sysdeps/i686-linux-musl/sysdeps +++ b/sysdeps/i686-linux-musl/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/i686-linux-musl/sysdeps.h b/sysdeps/i686-linux-musl/sysdeps.h index c86fc83..b08e36e 100644 --- a/sysdeps/i686-linux-musl/sysdeps.h +++ b/sysdeps/i686-linux-musl/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 |
