Varie correzioni, completata revisione capitolo sull'I/O su file
[gapil.git] / listati / itimerspec.h
1 struct itimerspec {
2     struct timespec it_interval;  /* Timer interval */
3     struct timespec it_value;     /* Initial expiration */
4 };