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/strnlen.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/string/strnlen.c') diff --git a/libc/string/strnlen.c b/libc/string/strnlen.c index 8fbc25c11..98267e51b 100644 --- a/libc/string/strnlen.c +++ b/libc/string/strnlen.c @@ -15,8 +15,6 @@ # define Wstrnlen strnlen #endif -libc_hidden_proto(Wstrnlen) - size_t Wstrnlen(const Wchar *s, size_t max) { register const Wchar *p = s; -- cgit v1.2.3