1#define STRNLEN __strnlen_ia32
2#include <string/strnlen.c>
3
4#ifdef SHARED
5/* Alias for internal symbol to avoid PLT generation, it redirects the
6 libc_hidden_def (__strnlen/strlen) to default implementation. */
7__hidden_ver1 (__strnlen_ia32, __GI_strnlen, __strnlen_ia32);
8strong_alias (__strnlen_ia32, __strnlen_ia32_1);
9__hidden_ver1 (__strnlen_ia32_1, __GI___strnlen, __strnlen_ia32_1);
10#endif
11

source code of glibc/sysdeps/i386/i686/multiarch/strnlen-c.c