Correzioni varie, aggiunte not sui vantaggi di {{{poll}}} su
[gapil.git] / listati / itimerval.h
1 struct itimerval 
2 {
3     struct timeval it_interval; /* next value */
4     struct timeval it_value;    /* current value */
5 };