about summary refs log tree commit diff
path: root/sysdeps/x86_64/strnlen.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/strnlen.S')
-rw-r--r--sysdeps/x86_64/strnlen.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/x86_64/strnlen.S b/sysdeps/x86_64/strnlen.S
index d3c43ac482..174970d58f 100644
--- a/sysdeps/x86_64/strnlen.S
+++ b/sysdeps/x86_64/strnlen.S
@@ -1,6 +1,6 @@
-#define AS_STRNLEN
-#define strlen __strnlen
-#include "strlen.S"
+#define STRLEN __strnlen
+#include "multiarch/strnlen-sse2.S"
 
+libc_hidden_def (__strnlen)
 weak_alias (__strnlen, strnlen);
 libc_hidden_builtin_def (strnlen)