Revisione di open(2) e documentazione O_PATH (inizio).
[gapil.git] / listati / timespec.h
1 struct timespec {
2     time_t   tv_sec;         /* seconds */
3     long int tv_nsec;        /* nanoseconds */
4 };