Browse Source

update strcoll stuff

Mike Frysinger 20 năm trước cách đây
mục cha
commit
1d11ada08a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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