repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
S390: Optimize strncpy and wcsncpy.
[glibc.git]
/
sysdeps
/
x86_64
/
multiarch
/
strcasecmp_l.S
blob
49f5b9fd952d3cdcdc618e93d3d36ebd502ddad2
1
/* Multiple versions of strcasecmp and strcasecmp_l
2
All versions must be listed in ifunc-impl-list.c. */
3
#define STRCMP __strcasecmp_l
4
#define USE_AS_STRCASECMP_L
5
#include "strcmp.S"
6
7
weak_alias (__strcasecmp_l, strcasecmp_l)
8
libc_hidden_def (strcasecmp_l)