21e7b6bb182d46bc16910e373a492cb091abc706
[gapil.git] / listati / itimerspec.h
1 struct itimerspec {
2     struct timespec it_interval;  /* Timer interval */
3     struct timespec it_value;     /* Initial expiration */
4 };