diff --git a/include/bsd/string.h b/include/bsd/string.h index d03c755..4f2b71c 100644 --- a/include/bsd/string.h +++ b/include/bsd/string.h @@ -48,7 +48,7 @@ void strmode(mode_t mode, char *str); #if !defined(__GLIBC__) || \ !__GLIBC_PREREQ(2, 25) || \ - !defined(_GNU_SOURCE) + !defined(_DEFAULT_SOURCE) void explicit_bzero(void *buf, size_t len); #endif __END_DECLS