4 element {struct timeval} time_t tv_sec
5 element {struct timeval} suseconds_t tv_usec
7 type {struct itimerval}
9 element {struct itimerval} {struct timeval} it_interval
10 element {struct itimerval} {struct timeval} it_value
16 element fd_set long fds_bits []
19 constant ITIMER_VIRTUAL
29 function int getitimer (int, struct itimerval*)
30 function int setitimer (int, const struct itimerval*, struct itimerval*)
31 function int gettimeofday (struct timeval*, void*)
32 function int select (int, fd_set*, fd_set*, fd_set*, struct timeval*)
33 function int utimes (const char*, const struct timeval [2])
42 allow-header sys/select.h