Explorar el Código

Lost wcschr()

Peter S. Mazinger hace 20 años
padre
commit
99ad3e74e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)