diff options
Diffstat (limited to 'conform')
-rw-r--r-- | conform/conformtest.pl | 4 | ||||
-rw-r--r-- | conform/data/time.h-data | 11 |
2 files changed, 4 insertions, 11 deletions
diff --git a/conform/conformtest.pl b/conform/conformtest.pl index c528127cee..4cf571fc42 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -1057,8 +1057,8 @@ while ($#headers >= 0) { push @allow, $1; } elsif (/^typed-constant *([a-zA-Z0-9_]*) *({([^}]*)}|([^ ]*)) *([A-Za-z0-9_]*)?/) { push @allow, 1; - } elsif (/^type *({([^}]*)|([a-zA-Z0-9_]*))/) { - my($type) = "$2$3"; + } elsif (/^(type|tag) *({([^}]*)|([a-zA-Z0-9_]*))/) { + my($type) = "$3$4"; # Remember that this name is allowed. if ($type =~ /^struct *(.*)/) { diff --git a/conform/data/time.h-data b/conform/data/time.h-data index e2ff298ea7..6f86ed05f4 100644 --- a/conform/data/time.h-data +++ b/conform/data/time.h-data @@ -89,12 +89,5 @@ variable {long int} timezone #endif variable {char*} tzname [2] -allow tm_* -allow clock_* -allow timer_* -allow it_* -allow tv_* -allow CLOCK_* -allow TIMER_* -allow *_t -allow sigevent +allow-header sched.h +allow-header time.h |