diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-12 12:20:15 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-12 12:20:15 -0800 |
commit | 86df697d806323a1f8d1c6b9429a62c20da881c5 (patch) | |
tree | 26bee3e36566677e3a3b3ff05e7790edd6daed94 /conform/data/time.h-data | |
parent | a9625ea95fbc73e324630e760cf2805a9378ee5e (diff) | |
download | glibc-86df697d806323a1f8d1c6b9429a62c20da881c5.tar.gz glibc-86df697d806323a1f8d1c6b9429a62c20da881c5.tar.xz glibc-86df697d806323a1f8d1c6b9429a62c20da881c5.zip |
Fix thinko in last patch.
Diffstat (limited to 'conform/data/time.h-data')
-rw-r--r-- | conform/data/time.h-data | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/conform/data/time.h-data b/conform/data/time.h-data index 6f86ed05f4..e2ff298ea7 100644 --- a/conform/data/time.h-data +++ b/conform/data/time.h-data @@ -89,5 +89,12 @@ variable {long int} timezone #endif variable {char*} tzname [2] -allow-header sched.h -allow-header time.h +allow tm_* +allow clock_* +allow timer_* +allow it_* +allow tv_* +allow CLOCK_* +allow TIMER_* +allow *_t +allow sigevent |