From cb6a88484ce0b5ffba2fe98a40e2d51f4af92eb8 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 25 Feb 2006 04:03:33 +0000 Subject: Merge from trunk. Going pretty good so far. Kind of. Okay, not really. --- libc/string/sparc/strcmp.S | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc/string/sparc/strcmp.S') diff --git a/libc/string/sparc/strcmp.S b/libc/string/sparc/strcmp.S index f72ee4a14..556537ce3 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__ +strong_alias(strcmp,strcoll) +libc_hidden_def(strcoll) +#endif -- cgit v1.2.3