diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-25 02:57:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-25 02:57:58 +0000 |
commit | d753ffefe56232dcd74ee5344ed2cf04c03fed29 (patch) | |
tree | 9db35147a93ed49eca7ed6cec99666686bb68df5 /conform/data | |
parent | 19533127701e664536aa1eea65d278dbab0ee97e (diff) | |
download | glibc-d753ffefe56232dcd74ee5344ed2cf04c03fed29.tar glibc-d753ffefe56232dcd74ee5344ed2cf04c03fed29.tar.gz glibc-d753ffefe56232dcd74ee5344ed2cf04c03fed29.tar.bz2 glibc-d753ffefe56232dcd74ee5344ed2cf04c03fed29.zip |
Update.
* conform/conformtest.pl: Handle allow-header correctly.
* conform/data/time.h-data: Use correct comment form.
Diffstat (limited to 'conform/data')
-rw-r--r-- | conform/data/time.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/time.h-data b/conform/data/time.h-data index 7284760992..e0b91f3085 100644 --- a/conform/data/time.h-data +++ b/conform/data/time.h-data @@ -68,7 +68,7 @@ function void tzset (void) variable int daylight variable {long int} timezone -# variable {char*} tzname [] +// variable {char*} tzname [] allow tm_* allow clock_* |