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