Browse Source

strcoll for non-locale

Peter S. Mazinger 19 years ago
parent
commit
2f98cb9b41
1 changed files with 5 additions and 0 deletions
  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