about summary refs log tree commit diff
path: root/sysdeps/x86_64/strcasecmp_l.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/strcasecmp_l.S')
-rw-r--r--sysdeps/x86_64/strcasecmp_l.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/x86_64/strcasecmp_l.S b/sysdeps/x86_64/strcasecmp_l.S
index 5456b3a49e..0249cdcd08 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)