Spostamento delle strutture timeval e timespec e completamento delle
[gapil.git] / listati / timespec.h
diff --git a/listati/timespec.h b/listati/timespec.h
new file mode 100644 (file)
index 0000000..57f8b3e
--- /dev/null
@@ -0,0 +1,4 @@
+struct timespec {
+    time_t   tv_sec;         /* seconds */
+    long int tv_nsec;        /* nanoseconds */
+};