summaryrefslogtreecommitdiff
path: root/libc/string
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-17 00:55:04 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-17 00:55:04 +0000
commit1d11ada08ae5d5065221d74dbe5d093ee34aab95 (patch)
treea3388d1e8a6e73a818a20427c4ebc4529343eb42 /libc/string
parent74d1cd86f537444274e1e5a0cb870196654846a7 (diff)
update strcoll stuff
Diffstat (limited to 'libc/string')
-rw-r--r--libc/string/sparc/strcmp.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/sparc/strcmp.S b/libc/string/sparc/strcmp.S
index ab7e3097c..556537ce3 100644
--- a/libc/string/sparc/strcmp.S
+++ b/libc/string/sparc/strcmp.S
@@ -13,6 +13,6 @@
#endif
#ifndef __UCLIBC_HAS_LOCALE__
-hidden_strong_alias(__strcmp,__strcoll)
-strong_alias(__strcmp,strcoll)
+strong_alias(strcmp,strcoll)
+libc_hidden_def(strcoll)
#endif