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

#include "string/strnlen.c"