blob: 8e4138894f97bbc4bc856494b7a46d93233ae226 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifdef SHARED
# define STRNCMP __strncmp_i386
# undef libc_hidden_builtin_def
# define libc_hidden_builtin_def(name) \
__hidden_ver1 (__strncmp_i386, __GI_strncmp, __strncmp_i386);
#endif
#include "string/strncmp.c"
|