From 689849878df718e0ef82a5f44b281e3629d2ade0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 18 Aug 2001 23:36:58 +0000 Subject: 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 . Define suseconds_t if it hasn't happened yet. * iconv/gconv.h: Define __need_wchar_t before including . * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined. * sysdeps/generic/stdint.h: Don't get definition of wchar_t from . * conform/data/stddef.h-data: Remove wint_t. --- conform/data/stddef.h-data | 1 - conform/data/sys/select.h-data | 6 +++--- conform/data/sys/uio.h-data | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'conform') diff --git a/conform/data/stddef.h-data b/conform/data/stddef.h-data index 630e017acf..a9acf2dac5 100644 --- a/conform/data/stddef.h-data +++ b/conform/data/stddef.h-data @@ -5,6 +5,5 @@ macro offsetof type ptrdiff_t type wchar_t type size_t -type wint_t allow *_t diff --git a/conform/data/sys/select.h-data b/conform/data/sys/select.h-data index ade26a4e5a..51f7844cb6 100644 --- a/conform/data/sys/select.h-data +++ b/conform/data/sys/select.h-data @@ -1,11 +1,11 @@ #if !defined ISO && !defined POSIX +type time_t +type suseconds_t + type {struct timeval} element {struct timeval} time_t tv_sec element {struct timeval} suseconds_t tv_usec -type time_t -type suseconds_t - type sigset_t type {struct timespec} diff --git a/conform/data/sys/uio.h-data b/conform/data/sys/uio.h-data index 593cb18ef8..258032b871 100644 --- a/conform/data/sys/uio.h-data +++ b/conform/data/sys/uio.h-data @@ -9,3 +9,4 @@ function ssize_t writev (int, const struct iovec*, int) allow iov_* allow IOV_* allow *_t +allow UIO_MAXIOV -- cgit v1.2.3