Sfoglia il codice sorgente

copy strcoll aliases from arm

Mike Frysinger 20 anni fa
parent
commit
aa37fff9ed
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      libc/string/x86_64/strcmp.S

+ 3 - 0
libc/string/x86_64/strcmp.S

@@ -41,4 +41,7 @@ L(neq):	movl	$1, %eax
 END (BP_SYM (__strcmp))
 
 strong_alias(__strcmp,strcmp)
+#ifndef __UCLIBC_HAS_LOCALE__
 hidden_strong_alias(__strcmp,__strcoll)
+strong_alias(__strcmp,strcoll)
+#endif