diff options
Diffstat (limited to 'conform/data/sys/time.h-data')
-rw-r--r-- | conform/data/sys/time.h-data | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conform/data/sys/time.h-data b/conform/data/sys/time.h-data index 0de8c278fc..174708b53d 100644 --- a/conform/data/sys/time.h-data +++ b/conform/data/sys/time.h-data @@ -1,3 +1,4 @@ +#ifndef ISO type {struct timeval} element {struct timeval} time_t tv_sec @@ -37,3 +38,6 @@ allow tv_* allow FD_* allow ITIMER_* allow *_t + +allow-header sys/select.h +#endif |