瀏覽代碼

update strcoll stuff

Mike Frysinger 18 年之前
父節點
當前提交
1d11ada08a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      libc/string/sparc/strcmp.S

+ 2 - 2
libc/string/sparc/strcmp.S

@@ -13,6 +13,6 @@
 #endif
 
 #ifndef __UCLIBC_HAS_LOCALE__
-hidden_strong_alias(__strcmp,__strcoll)
-strong_alias(__strcmp,strcoll)
+strong_alias(strcmp,strcoll)
+libc_hidden_def(strcoll)
 #endif