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