浏览代码

strcoll for non-locale

Peter S. Mazinger 19 年之前
父节点
当前提交
2f98cb9b41
共有 1 个文件被更改,包括 5 次插入0 次删除
  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