diff options
Diffstat (limited to 'sysdeps/x86_64/strcasecmp_l.S')
-rw-r--r-- | sysdeps/x86_64/strcasecmp_l.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/x86_64/strcasecmp_l.S b/sysdeps/x86_64/strcasecmp_l.S index 5456b3a..0249cdc 100644 --- a/sysdeps/x86_64/strcasecmp_l.S +++ b/sysdeps/x86_64/strcasecmp_l.S @@ -1,6 +1,7 @@ #define STRCMP __strcasecmp_l #define USE_AS_STRCASECMP_L -#include "strcmp.S" +#include "multiarch/strcmp-sse2.S" +libc_hidden_builtin_def (STRCMP) weak_alias (__strcasecmp_l, strcasecmp_l) libc_hidden_def (strcasecmp_l) |