Collation order of @-. and space has changed in new iso14651_t1_common file, adapt...
[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)