about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/strnlen-i386.c
blob: dd4dbda89691bd7bc7d59a8dc3a4eb63df5e14b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#define STRNLEN  __strnlen_i386
#ifdef SHARED
# undef libc_hidden_def
# define libc_hidden_def(name)  \
    __hidden_ver1 (__strnlen_i386, __GI_strnlen, __strnlen_i386); \
    strong_alias (__strnlen_i386, __strnlen_i386_1); \
    __hidden_ver1 (__strnlen_i386_1, __GI___strnlen, __strnlen_i386_1);
#endif

#include "string/strnlen.c"