Ancora reindicizzazioni, piĆ¹ CLONE_VFORK, CLONE_VM, CLONE_PTRACED
[gapil.git] / listati / timespec.h
1 struct timespec {
2     time_t   tv_sec;         /* seconds */
3     long int tv_nsec;        /* nanoseconds */
4 };