From ec91d8b59d5c8b314bc50cc6feedeeaf6fe3493c Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Wed, 23 Aug 2006 03:38:46 +0000 Subject: Merge from trunk. --- libc/string/bzero.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/string/bzero.c') diff --git a/libc/string/bzero.c b/libc/string/bzero.c index 30bdf5674..519695cab 100644 --- a/libc/string/bzero.c +++ b/libc/string/bzero.c @@ -7,6 +7,8 @@ #include "_string.h" +#ifdef __UCLIBC_SUSV3_LEGACY__ + libc_hidden_proto(memset) void bzero(void *s, size_t n) @@ -29,3 +31,4 @@ void bzero(void *s, size_t n) #endif } #undef np +#endif -- cgit v1.2.3