]> git.ipfire.org Git - thirdparty/glibc.git/blame - conform/data/sys/uio.h-data
conformtest: correct set of standards for which some headers are tested.
[thirdparty/glibc.git] / conform / data / sys / uio.h-data
CommitLineData
2ea18461 1#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3
0ed99ce4
UD
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
68984987 13allow UIO_MAXIOV
f095bb72 14#endif