Work around old buggy program which cannot cope with memcpy semantics.
[glibc.git] / sysdeps / x86_64 / multiarch / strcasecmp_l-ssse3.S
blobfb2f9ae14a304d2885e4d535ad0ae5c77dd2b721
1 #define USE_SSSE3 1
2 #define USE_AS_STRCASECMP_L
3 #define NO_NOLOCALE_ALIAS
4 #define STRCMP __strcasecmp_l_ssse3
5 #define __strcasecmp __strcasecmp_ssse3
6 #include "../strcmp.S"