libdl: end must be bigger than start
[uclibc-ng.git] / libc / string / sparc / strlen.S
blob0bfa3f58cc586dbdb0b5857ebb071bef2bdb2837
1 #include "_glibc_inc.h"
3 #if __WORDSIZE == 32
5 # if defined(__CONFIG_SPARC_V9B__)
6 #  include "sparc32/sparcv9b/strlen.S"
7 # else
8 #  include "sparc32/strlen.S"
9 # endif
11 #else
12 # include "sparc64/strlen.S"
13 #endif