about summary refs log tree commit diff
path: root/sysdeps/x86_64/strnlen.S
blob: 174970d58fc072161e5b45232f39ef2d65969aab (plain) (blame)
1
2
3
4
5
6
#define STRLEN __strnlen
#include "multiarch/strnlen-sse2.S"

libc_hidden_def (__strnlen)
weak_alias (__strnlen, strnlen);
libc_hidden_builtin_def (strnlen)