From 09f19b05525cbe6d1d403af660684f72cb8f080f Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 9 Jun 2014 11:39:33 +0000 Subject: conformtest: clean up POSIX expectations for termios.h, time.h. Continuing the series of patches to clean up conformtest expectations for "POSIX" (1995/6) based on review of the expectations against the standard, this patch cleans up expectations for termios.h and time.h. Tested x86_64; no new XFAILs needed. * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect constant. [POSIX] (IXANY): Likewise. [POSIX] (OLCUC): Likewise. [POSIX || POSIX2008] (CBAUD): Do not allow. [POSIX || POSIX2008] (DEFECHO): Likewise. [POSIX || POSIX2008] (ECHOCTL): Likewise. [POSIX || POSIX2008] (ECHOKE): Likewise. [POSIX || POSIX2008] (ECHOPRT): Likewise. [POSIX || POSIX2008] (EXTA): Likewise. [POSIX || POSIX2008] (EXTB): Likewise. [POSIX || POSIX2008] (FLUSHO): Likewise. [POSIX || POSIX2008] (LOBLK): Likewise. [POSIX || POSIX2008] (PENDIN): Likewise. [POSIX || POSIX2008] (SWTCH): Likewise. [POSIX || POSIX2008] (VDISCARD): Likewise. [POSIX || POSIX2008] (VDSUSP): Likewise. [POSIX || POSIX2008] (VLNEXT): Likewise. [POSIX || POSIX2008] (VREPRINT): Likewise. [POSIX || POSIX2008] (VSTATUS): Likewise. [POSIX || POSIX2008] (VWERASE): Likewise. (B*): Change to B[0123456789]*. * conform/data/time.h-data [POSIX || UNIX98] (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant. [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise. [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise. [POSIX] (tm_*): Do not allow. --- conform/data/time.h-data | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conform/data/time.h-data') diff --git a/conform/data/time.h-data b/conform/data/time.h-data index fead998d3b..ddd9a074c8 100644 --- a/conform/data/time.h-data +++ b/conform/data/time.h-data @@ -46,8 +46,10 @@ function int timespec_get (struct timespec *, int) symbol CLK_TCK # endif # if !defined XPG3 && !defined XPG4 +# if !defined POSIX && !defined UNIX98 constant CLOCK_PROCESS_CPUTIME_ID constant CLOCK_THREAD_CPUTIME_ID +# endif type {struct itimerspec} @@ -56,7 +58,9 @@ element {struct itimerspec} {struct timespec} it_value constant CLOCK_REALTIME constant TIMER_ABSTIME +# if !defined POSIX && !defined UNIX98 constant CLOCK_MONOTONIC +# endif type clockid_t type timer_t @@ -116,7 +120,9 @@ variable {long int} timezone # endif variable {char*} tzname [2] +# ifndef POSIX allow tm_* +# endif allow clock_* allow timer_* allow it_* -- cgit 1.4.1