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
Add stub sys/procfs.h file
[glibc.git]
/
sysdeps
/
x86_64
/
multiarch
/
strncase_l-ssse3.S
blob
6728678688d987c571553a56d526618acfda0f68
1
#define USE_SSSE3 1
2
#define USE_AS_STRNCASECMP_L
3
#define NO_NOLOCALE_ALIAS
4
#define STRCMP __strncasecmp_l_ssse3
5
#define __strncasecmp __strncasecmp_ssse3
6
#include "../strcmp.S"