glibc/conform/data/sys/uio.h-data
Ulrich Drepper 689849878d Update.
* time/time.h (struct timespec): Use __time_t for tv_sec element.

	* sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
	wchar_t for function declarations and defintions.

	* misc/sys/select.h: Define __need_time_t before including <time.h>.
	Define suseconds_t if it hasn't happened yet.

	* iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.

	* conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.

	* sysdeps/generic/stdint.h: Don't get definition of wchar_t from
	<stddef.h>.

	* conform/data/stddef.h-data: Remove wint_t.
2001-08-18 23:36:58 +00:00

13 lines
263 B
Plaintext

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