summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/strcmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/x86_64/strcmp.S')
-rw-r--r--libc/string/x86_64/strcmp.S1
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)