diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-09 03:34:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-09 03:34:51 +0000 |
commit | aa37fff9edcb011868607d195bb2daea8da21aae (patch) | |
tree | c43645e4025b3bf3fa0263fd2c2f3c2cb984b929 /libc/string/x86_64 | |
parent | 4f483216a3c00743e05eb7cadd924b263176c926 (diff) |
copy strcoll aliases from arm
Diffstat (limited to 'libc/string/x86_64')
-rw-r--r-- | libc/string/x86_64/strcmp.S | 3 |
1 files changed, 3 insertions, 0 deletions
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 |