From 99ad3e74e6db372ddf5e698079ab392d0decee0e Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 3 Jan 2006 19:17:17 +0000 Subject: Lost wcschr() --- libc/string/strchr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string') diff --git a/libc/string/strchr.c b/libc/string/strchr.c index 478e4967c..93f394ab1 100644 --- a/libc/string/strchr.c +++ b/libc/string/strchr.c @@ -26,7 +26,7 @@ Wchar attribute_hidden *__Wstrchr(register const Wchar *s, Wint c) return NULL; } -strong_alias(__strchr,strchr) +strong_alias(__Wstrchr,Wstrchr) #ifndef WANT_WIDE strong_alias(__strchr,index) -- cgit v1.2.3