Update copyright notices with scripts/update-copyrights
[glibc.git] / sysdeps / x86_64 / strnlen.S
blobd3c43ac48259d8045ebdefff6ec67bb11af92c8a
1 #define AS_STRNLEN
2 #define strlen __strnlen
3 #include "strlen.S"
5 weak_alias (__strnlen, strnlen);
6 libc_hidden_builtin_def (strnlen)