summaryrefslogtreecommitdiff
path: root/conform/data/sys/uio.h-data
blob: b9fc66177c4df044d09639de90a9049934dd8a88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4 && !defined POSIX2008
type {struct iovec}

element {struct iovec} {void*} iov_base
element {struct iovec} size_t iov_len

function ssize_t readv (int, const struct iovec*, int)
function ssize_t writev (int, const struct iovec*, int)

allow iov_*
allow IOV_*
allow *_t
allow UIO_MAXIOV
#endif