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/strchrnul.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/string/strchrnul.c') diff --git a/libc/string/strchrnul.c b/libc/string/strchrnul.c index 6fe7f6c3d..d2d7df307 100644 --- a/libc/string/strchrnul.c +++ b/libc/string/strchrnul.c @@ -15,8 +15,6 @@ # define Wstrchrnul strchrnul #endif -libc_hidden_proto(Wstrchrnul) - Wchar *Wstrchrnul(register const Wchar *s, Wint c) { --s; -- cgit v1.2.3