Trattazione di linkat e openat con O_TMPFILE, con programmi di test ed
[gapil.git] / listati / itimerspec.h
1 struct itimerspec {
2     struct timespec it_interval;  /* Timer interval */
3     struct timespec it_value;     /* Initial expiration */
4 };