(root)/
glibc-2.38/
sysdeps/
powerpc/
powerpc64/
multiarch/
strncmp-ppc64.c
       1  #if defined SHARED && IS_IN (libc)
       2  # define STRNCMP __strncmp_ppc
       3  # undef libc_hidden_builtin_def
       4  # define libc_hidden_builtin_def(name) \
       5      __hidden_ver1 (__strncmp_ppc, __GI_strncmp, __strncmp_ppc);
       6  #endif
       7  #include <string/strncmp.c>