summaryrefslogtreecommitdiff
path: root/libc/string/strchr.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-03 19:17:17 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-03 19:17:17 +0000
commit99ad3e74e6db372ddf5e698079ab392d0decee0e (patch)
treef31a75e6ad63b048fcc85da2470971ed8a22dfcf /libc/string/strchr.c
parent316bfa4bcaf3d9add9261e48259259f5a5a0a319 (diff)
Lost wcschr()
Diffstat (limited to 'libc/string/strchr.c')
-rw-r--r--libc/string/strchr.c2
1 files changed, 1 insertions, 1 deletions
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)