From d8ea341e64250c2f4636c559562e8904037eda74 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 26 Nov 2008 01:21:10 +0000 Subject: libc/string: need additional work to remove libc_hidden_proto's properly --- libc/string/memchr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/string/memchr.c') diff --git a/libc/string/memchr.c b/libc/string/memchr.c index 413999722..5e60f6554 100644 --- a/libc/string/memchr.c +++ b/libc/string/memchr.c @@ -13,8 +13,6 @@ # define Wmemchr memchr #endif -libc_hidden_proto(Wmemchr) - Wvoid *Wmemchr(const Wvoid *s, Wint c, size_t n) { register const Wuchar *r = (const Wuchar *) s; -- cgit v1.2.3