summaryrefslogtreecommitdiff
path: root/libc/string
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string')
-rw-r--r--libc/string/sparc/strcmp.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/string/sparc/strcmp.S b/libc/string/sparc/strcmp.S
index f72ee4a14..ab7e3097c 100644
--- a/libc/string/sparc/strcmp.S
+++ b/libc/string/sparc/strcmp.S
@@ -11,3 +11,8 @@
#else
# include "sparc64/strcmp.S"
#endif
+
+#ifndef __UCLIBC_HAS_LOCALE__
+hidden_strong_alias(__strcmp,__strcoll)
+strong_alias(__strcmp,strcoll)
+#endif