summaryrefslogtreecommitdiff
path: root/src/sys/time/struct_itimerval.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/time/struct_itimerval.h')
-rw-r--r--src/sys/time/struct_itimerval.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/sys/time/struct_itimerval.h b/src/sys/time/struct_itimerval.h
new file mode 100644
index 00000000..c19ed081
--- /dev/null
+++ b/src/sys/time/struct_itimerval.h
@@ -0,0 +1,11 @@
+#include <sys/time.h>
+
+struct itimerval {
+ struct timeval it_interval;
+ struct timeval it_value;
+};
+
+/*
+XOPEN(400)
+*/
+