summaryrefslogtreecommitdiff
path: root/libc/string
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-11 01:21:34 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-11 01:21:34 +0000
commit71f7aa1311d588b25df23358001908c0eecc25ca (patch)
tree62142dbbc7cacc6386892a0911f51c94b9ead3d0 /libc/string
parent394f3fb3437203dcea8a66d3983e4d720b8df0e4 (diff)
add aliases for strcoll when needed
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