mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 20:00:07 +00:00
f095bb7204
The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come.
15 lines
327 B
Plaintext
15 lines
327 B
Plaintext
#if !defined ISO && !defined POSIX && !defined POSIX2008
|
|
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
|