aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/strncase_l.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/strncase_l.S')
-rw-r--r--sysdeps/x86_64/strncase_l.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/x86_64/strncase_l.S b/sysdeps/x86_64/strncase_l.S
index c725cd85b3..93d41b2d60 100644
--- a/sysdeps/x86_64/strncase_l.S
+++ b/sysdeps/x86_64/strncase_l.S
@@ -1,6 +1,7 @@
#define STRCMP __strncasecmp_l
#define USE_AS_STRNCASECMP_L
-#include "strcmp.S"
+#include "multiarch/strcmp-sse2.S"
+libc_hidden_builtin_def (STRCMP)
weak_alias (__strncasecmp_l, strncasecmp_l)
libc_hidden_def (strncasecmp_l)