From 2f98cb9b4143ee57f65597616ee6be4f1c07ada4 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 15 Feb 2006 20:44:37 +0000 Subject: strcoll for non-locale --- libc/string/ia64/strcmp.S | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc/string') diff --git a/libc/string/ia64/strcmp.S b/libc/string/ia64/strcmp.S index fe7e201c1..d3b41e642 100644 --- a/libc/string/ia64/strcmp.S +++ b/libc/string/ia64/strcmp.S @@ -52,3 +52,8 @@ ENTRY(strcmp) br.ret.sptk.many b0 END(strcmp) libc_hidden_def (strcmp) + +#ifndef __UCLIBC_HAS_LOCALE__ +strong_alias(strcmp,strcoll) +libc_hidden_def(strcoll) +#endif -- cgit v1.2.3