From 28c8634afdc1fa236679b49ab0d5a019379c6db1 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 27 Nov 2008 18:21:33 +0000 Subject: Synch with trunk @ 24165 Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character) --- 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