mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 02:10:18 +00:00
9 lines
221 B
C
9 lines
221 B
C
|
#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"
|