blob: 567af2c815fba80ebb0e326c59d6ca6fa8474623 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef NOT_IN_libc
# define STRNLEN __strnlen_ia32
# undef libc_hidden_builtin_def
# define libc_hidden_def(name) \
__hidden_ver1 (__strnlen_ia32, __GI_strnlen, __strnlen_ia32);
#endif
#include "string/strnlen.c"
|