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