network: recvmsg and sendmsg standard compliance (BZ#16919)
[glibc.git] / conform / data / sys / uio.h-data
blob06cea074cdd0cef2dbdc7a03838c1366393c12a1
1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3 && !defined POSIX2008
2 type {struct iovec}
4 element {struct iovec} {void*} iov_base
5 element {struct iovec} size_t iov_len
7 function ssize_t readv (int, const struct iovec*, int)
8 function ssize_t writev (int, const struct iovec*, int)
10 allow iov_*
11 allow IOV_*
12 allow *_t
13 allow UIO_MAXIOV
14 #endif