blob: 556537ce3ac14b3ef96ea4eebe10a283df39bfd7 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#include "_glibc_inc.h"
2
3#if __WORDSIZE == 32
4
5# if defined(__CONFIG_SPARC_V9B__)
6# include "sparc32/sparcv9b/strcmp.S"
7# else
8# include "sparc32/strcmp.S"
9# endif
10
11#else
12# include "sparc64/strcmp.S"
13#endif
14
15#ifndef __UCLIBC_HAS_LOCALE__
16strong_alias(strcmp,strcoll)
17libc_hidden_def(strcoll)
18#endif