Merge branch 'master' of ssh://gapil.gnulinux.it/srv/git/gapil
[gapil.git] / listati / itimerval.h
1 struct itimerval 
2 {
3     struct timeval it_interval; /* next value */
4     struct timeval it_value;    /* current value */
5 };