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.S11
1 files changed, 8 insertions, 3 deletions
diff --git a/sysdeps/x86_64/strncase_l.S b/sysdeps/x86_64/strncase_l.S
index c725cd85b3..3780fc50b1 100644
--- a/sysdeps/x86_64/strncase_l.S
+++ b/sysdeps/x86_64/strncase_l.S
@@ -1,6 +1,11 @@
-#define STRCMP __strncasecmp_l
-#define USE_AS_STRNCASECMP_L
-#include "strcmp.S"
+/* Symbols = __strncasecmp_l and __strncasecmp. */
+
+#include "multiarch/strncase_l-sse2.S"
+
+libc_hidden_builtin_def (__strncasecmp_l)
weak_alias (__strncasecmp_l, strncasecmp_l)
libc_hidden_def (strncasecmp_l)
+
+weak_alias (__strncasecmp, strncasecmp)
+libc_hidden_def (__strncasecmp)