Finita statx, inizio execvat e fexecve
[gapil.git] / listati / statx_timestamp.h
diff --git a/listati/statx_timestamp.h b/listati/statx_timestamp.h
new file mode 100644 (file)
index 0000000..3408e67
--- /dev/null
@@ -0,0 +1,6 @@
+struct statx_timestamp {
+    __s64 tv_sec;      /* Seconds since the Epoch (UNIX time) */
+    __u32 tv_nsec;     /* Nanoseconds since tv_sec */
+    __s32 __reserved;  /* Reserved for future uses */
+
+};