1#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4 && !defined POSIX2008
2type {struct iovec}
3
4element {struct iovec} {void*} iov_base
5element {struct iovec} size_t iov_len
6
7function ssize_t readv (int, const struct iovec*, int)
8function ssize_t writev (int, const struct iovec*, int)
9
10allow iov_*
11allow IOV_*
12allow *_t
13allow UIO_MAXIOV
14#endif
15