diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-03 19:17:17 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-03 19:17:17 +0000 |
commit | 99ad3e74e6db372ddf5e698079ab392d0decee0e (patch) | |
tree | f31a75e6ad63b048fcc85da2470971ed8a22dfcf /libc | |
parent | 316bfa4bcaf3d9add9261e48259259f5a5a0a319 (diff) |
Lost wcschr()
Diffstat (limited to 'libc')
-rw-r--r-- | libc/string/strchr.c | 2 |
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) |