Fix whitespace issue.
[glibc.git] / conform / data / sys / uio.h-data
blob03d0a3bf3a0446a909547ee1e6f20951e52f5d6d
1 #if !defined ISO && !defined POSIX
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