From 1d11ada08ae5d5065221d74dbe5d093ee34aab95 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 17 Jan 2006 00:55:04 +0000 Subject: update strcoll stuff --- libc/string/sparc/strcmp.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/string') 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 -- cgit v1.2.3