blob: cc059da49441e4058ecfc81a388ccc5a7bae0dd3 [file] [log] [blame]
#ifdef SHARED
# define STRNCMP __strncmp_ia32
# undef libc_hidden_builtin_def
# define libc_hidden_builtin_def(name) \
__hidden_ver1 (__strncmp_ia32, __GI_strncmp, __strncmp_ia32);
#endif
#include "string/strncmp.c"