blob: 03d0a3bf3a0446a909547ee1e6f20951e52f5d6d [file] [log] [blame]
#if !defined ISO && !defined POSIX
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