mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-25 04:01:10 +00:00
9 lines
209 B
C
9 lines
209 B
C
#ifdef SHARED
|
|
#define STRNCMP __strncmp_sse2
|
|
#undef libc_hidden_builtin_def
|
|
#define libc_hidden_builtin_def(name) \
|
|
__hidden_ver1 (__strncmp_sse2, __GI_strncmp, __strncmp_sse2);
|
|
#endif
|
|
|
|
#include "strncmp.c"
|