From 4f483216a3c00743e05eb7cadd924b263176c926 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 9 Jan 2006 03:17:00 +0000 Subject: add missing __strcoll alias --- libc/string/x86_64/strcmp.S | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3