From 71f7aa1311d588b25df23358001908c0eecc25ca Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 11 Jan 2006 01:21:34 +0000 Subject: add aliases for strcoll when needed --- libc/string/sparc/strcmp.S | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc/string') 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 -- cgit v1.2.3