1 #if defined (SHARED) && IS_IN (libc)
2 # define STRNCMP __strncmp_ia32
3 # undef libc_hidden_builtin_def
4 # define libc_hidden_builtin_def(name)  \
5     __hidden_ver1 (__strncmp_ia32, __GI_strncmp, __strncmp_ia32);
6 #endif
7 
8 #include "string/strncmp.c"
9