소스 검색

copy strcoll aliases from arm

Mike Frysinger 20 년 전
부모
커밋
aa37fff9ed
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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