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
* sysdeps/x86_64/memchr.S: New file.
[glibc.git]
/
sysdeps
/
posix
/
preadv64.c
blob
198622353aca2dd77b9bddbbe2e1d23645267315
1
#include <bits/wordsize.h>
2
3
#if __WORDSIZE == 32
4
# define PREADV preadv64
5
# define PREAD __pread64
6
# define OFF_T off64_t
7
8
# include
"preadv.c"
9
#endif