Explorar o código

strcoll for non-locale

Peter S. Mazinger %!s(int64=20) %!d(string=hai) anos
pai
achega
2f98cb9b41
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      libc/string/ia64/strcmp.S

+ 5 - 0
libc/string/ia64/strcmp.S

@@ -52,3 +52,8 @@ ENTRY(strcmp)
 	br.ret.sptk.many b0
 END(strcmp)
 libc_hidden_def (strcmp)
+
+#ifndef __UCLIBC_HAS_LOCALE__
+strong_alias(strcmp,strcoll)
+libc_hidden_def(strcoll)
+#endif