Merge branch 'master' of ssh://gapil.gnulinux.it/srv/git/gapil
[gapil.git] / listati / itimerspec.h
1 struct itimerspec {
2     struct timespec it_interval;  /* Timer interval */
3     struct timespec it_value;     /* Initial expiration */
4 };