diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-09 03:17:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-09 03:17:00 +0000 |
commit | 4f483216a3c00743e05eb7cadd924b263176c926 (patch) | |
tree | 820d5202f43b6c4e2defb6bdf0225d6d1f83e336 /libc/string/x86_64 | |
parent | 42853c3205a18a9c75bb0daf232ccf8f884636bc (diff) |
add missing __strcoll alias
Diffstat (limited to 'libc/string/x86_64')
-rw-r--r-- | libc/string/x86_64/strcmp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/x86_64/strcmp.S b/libc/string/x86_64/strcmp.S index 1eaff1691..3ef2d3133 100644 --- a/libc/string/x86_64/strcmp.S +++ b/libc/string/x86_64/strcmp.S @@ -41,3 +41,4 @@ L(neq): movl $1, %eax END (BP_SYM (__strcmp)) strong_alias(__strcmp,strcmp) +hidden_strong_alias(__strcmp,__strcoll) |