2011-10-28 09:45:12 +00:00
|
|
|
#define STRNLEN __strnlen_ia32
|
|
|
|
#ifdef SHARED
|
|
|
|
# undef libc_hidden_def
|
2011-10-23 19:17:23 +00:00
|
|
|
# define libc_hidden_def(name) \
|
|
|
|
__hidden_ver1 (__strnlen_ia32, __GI_strnlen, __strnlen_ia32);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "string/strnlen.c"
|