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