conformtest: correct set of standards for which some headers are tested.
[glibc.git] / conform / data / sys / uio.h-data
blobda606b8f3f5c0bc3b834c45f96459f4e8c0407a8
1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3
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