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/strlen.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/string/strlen.c') diff --git a/libc/string/strlen.c b/libc/string/strlen.c index 2edb6e4e8..021a8cabc 100644 --- a/libc/string/strlen.c +++ b/libc/string/strlen.c @@ -13,8 +13,6 @@ # define Wstrlen strlen #endif -libc_hidden_proto(Wstrlen) - size_t Wstrlen(const Wchar *s) { register const Wchar *p; -- cgit v1.2.3