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/strchr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/string/strchr.c') diff --git a/libc/string/strchr.c b/libc/string/strchr.c index 329545e9f..462b7b1f1 100644 --- a/libc/string/strchr.c +++ b/libc/string/strchr.c @@ -13,8 +13,6 @@ # define Wstrchr strchr #endif -libc_hidden_proto(Wstrchr) - Wchar *Wstrchr(register const Wchar *s, Wint c) { do { -- cgit v1.2.3