2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-01-12 12:07:12 +08:00
glibc/sysdeps/x86_64/strncase_l.S
2010-08-14 22:04:01 -07:00

7 lines
157 B
ArmAsm

#define STRCMP __strncasecmp_l
#define USE_AS_STRNCASECMP_L
#include "strcmp.S"
weak_alias (__strncasecmp_l, strncasecmp_l)
libc_hidden_def (strncasecmp_l)