diff options
Diffstat (limited to 'libc/string/bzero.c')
-rw-r--r-- | libc/string/bzero.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/bzero.c b/libc/string/bzero.c index 519695cab..7498f795f 100644 --- a/libc/string/bzero.c +++ b/libc/string/bzero.c @@ -9,7 +9,7 @@ #ifdef __UCLIBC_SUSV3_LEGACY__ -libc_hidden_proto(memset) +/* Experimentally off - libc_hidden_proto(memset) */ void bzero(void *s, size_t n) { |