summaryrefslogtreecommitdiff
path: root/libc/string/sparc/strcmp.S
blob: ab7e3097c815eac7eea8b91f8f24a1fba1b82a0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "_glibc_inc.h"

#if __WORDSIZE == 32

# if defined(__CONFIG_SPARC_V9B__)
#  include "sparc32/sparcv9b/strcmp.S"
# else
#  include "sparc32/strcmp.S"
# endif

#else
# include "sparc64/strcmp.S"
#endif

#ifndef __UCLIBC_HAS_LOCALE__
hidden_strong_alias(__strcmp,__strcoll)
strong_alias(__strcmp,strcoll)
#endif