Memory ordering in pthread_mutex_{,timed}lock.
[glibc.git] / sysdeps / x86_64 / multiarch / strncmp-c.c
blobd4f74a418dd393d49524d54a2a23732c1750d3aa
1 #ifdef SHARED
2 #define STRNCMP __strncmp_sse2
3 #undef libc_hidden_builtin_def
4 #define libc_hidden_builtin_def(name) \
5 __hidden_ver1 (__strncmp_sse2, __GI_strncmp, __strncmp_sse2);
6 #endif
8 #include "strncmp.c"