Browse Source

copy strcoll aliases from arm

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