Browse Source

Lost wcschr()

Peter S. Mazinger 19 years ago
parent
commit
99ad3e74e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/string/strchr.c

+ 1 - 1
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)