diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-17 00:55:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-17 00:55:04 +0000 |
commit | 1d11ada08ae5d5065221d74dbe5d093ee34aab95 (patch) | |
tree | a3388d1e8a6e73a818a20427c4ebc4529343eb42 /libc/string/sparc | |
parent | 74d1cd86f537444274e1e5a0cb870196654846a7 (diff) |
update strcoll stuff
Diffstat (limited to 'libc/string/sparc')
-rw-r--r-- | libc/string/sparc/strcmp.S | 4 |
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 |