Kaynağa Gözat

update strcoll stuff

Mike Frysinger 20 yıl önce
ebeveyn
işleme
1d11ada08a
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      libc/string/sparc/strcmp.S

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

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