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
Remove i486 subdirectory
[glibc.git]
/
sysdeps
/
x86_64
/
strcasecmp_l.S
blob
5456b3a49ea8b2f8055dc91f498158210ae0f7a3
1
#define STRCMP __strcasecmp_l
2
#define USE_AS_STRCASECMP_L
3
#include "strcmp.S"
4
5
weak_alias (__strcasecmp_l, strcasecmp_l)
6
libc_hidden_def (strcasecmp_l)