diff options
Diffstat (limited to 'libc/string/sparc/strcmp.S')
-rw-r--r-- | libc/string/sparc/strcmp.S | 5 |
1 files changed, 5 insertions, 0 deletions
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 |