Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
acd32f0e12acecb1b42a8ed34464f8fd76bcfc80
/
.
/
ap
/
build
/
uClibc
/
libc
/
string
/
sparc
/
strcat.S
blob: ae18e4e91aa0c41e8627311819b7d6c75b2d30f7 [
file
] [
log
] [
blame
]
#include "_glibc_inc.h"
#if __WORDSIZE == 32
# if defined(__CONFIG_SPARC_V9B__)
# include "sparc32/sparcv9b/strcat.S"
# else
# include "sparc32/strcat.S"
# endif
#else
# include "sparc64/strcat.S"
#endif