summaryrefslogtreecommitdiff
path: root/libc/string/sparc/strlen.S
blob: 0bfa3f58cc586dbdb0b5857ebb071bef2bdb2837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "_glibc_inc.h"

#if __WORDSIZE == 32

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

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