From aa37fff9edcb011868607d195bb2daea8da21aae Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 9 Jan 2006 03:34:51 +0000 Subject: copy strcoll aliases from arm --- libc/string/x86_64/strcmp.S | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/string') diff --git a/libc/string/x86_64/strcmp.S b/libc/string/x86_64/strcmp.S index 3ef2d3133..b0252f341 100644 --- a/libc/string/x86_64/strcmp.S +++ b/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 -- cgit v1.2.3