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
conformtest: Allow *_t in sys/socket.h.
[glibc.git]
/
include
/
sys
/
uio.h
blob
f44ce182bad0ab4ec3af9c2b1d47aa1cbfa51597
1
#ifndef _SYS_UIO_H
2
#include <misc/sys/uio.h>
3
4
#ifndef _ISOMAC
5
/* Now define the internal interfaces. */
6
extern
ssize_t
__readv
(
int
__fd
,
const struct
iovec
*
__iovec
,
7
int
__count
);
8
extern
ssize_t
__writev
(
int
__fd
,
const struct
iovec
*
__iovec
,
9
int
__count
);
10
#endif
11
#endif