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
Update.
[glibc.git]
/
include
/
sys
/
uio.h
blob
a3f51e5f6c193e5420740580bc3e029427193791
1
#ifndef _SYS_UIO_H
2
#include <misc/sys/uio.h>
3
4
/* Now define the internal interfaces. */
5
extern
ssize_t __readv
__P
((
int
__fd
,
__const
struct
iovec
*
__vector
,
6
int
__count
));
7
extern
ssize_t __writev
__P
((
int
__fd
,
__const
struct
iovec
*
__vector
,
8
int
__count
));
9
#endif