Varie correzioni, completata revisione capitolo sull'I/O su file
[gapil.git] / listati / statx_timestamp.h
1 struct statx_timestamp {
2     __s64 tv_sec;      /* Seconds since the Epoch (UNIX time) */
3     __u32 tv_nsec;     /* Nanoseconds since tv_sec */
4     __s32 __reserved;  /* Reserved for future uses */
5
6 };