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

#include "string/strnlen.c"