Definizione nuova sezione per clone, prctl, ptrace. Correzioni varie e
[gapil.git] / listati / timespec.h
1 struct timespec {
2     time_t   tv_sec;         /* seconds */
3     long int tv_nsec;        /* nanoseconds */
4 };