Merge branch 'master' of ssh://gapil.gnulinux.it/srv/git/gapil
[gapil.git] / listati / timespec.h
1 struct timespec {
2     time_t   tv_sec;         /* seconds */
3     long int tv_nsec;        /* nanoseconds */
4 };