From a26ac41c4946e3ebe4fab0ce6677350b644eb158 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 23 Mar 2006 17:19:42 +0000 Subject: Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/index/rindex --- 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