Correzioni rimaste indietro ed espansione funzioni del resolver.
[gapil.git] / listati / timespec.h
1 struct timespec {
2     time_t   tv_sec;         /* seconds */
3     long int tv_nsec;        /* nanoseconds */
4 };