about summary refs log tree commit diff
path: root/sysdeps/x86_64/strnlen.S
blob: d0694a5c7afb78ad06c05f834730bc01dfef80be (plain) (blame)
1
2
3
4
5
6
7
#define AS_STRNLEN
#define strlen __strnlen
#include "strlen.S"

weak_alias (__strnlen, strnlen);
libc_hidden_builtin_def (strnlen)