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/strpbrk.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/string/strpbrk.c') diff --git a/libc/string/strpbrk.c b/libc/string/strpbrk.c index abeb84380..ddfc75172 100644 --- a/libc/string/strpbrk.c +++ b/libc/string/strpbrk.c @@ -13,8 +13,6 @@ # define Wstrpbrk strpbrk #endif -libc_hidden_proto(Wstrpbrk) - Wchar *Wstrpbrk(const Wchar *s1, const Wchar *s2) { register const Wchar *s; -- cgit v1.2.3