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, 0 insertions, 11 deletions
diff --git a/src/sys/time/struct_itimerval.h b/src/sys/time/struct_itimerval.h
deleted file mode 100644
index c19ed081..00000000
--- a/src/sys/time/struct_itimerval.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <sys/time.h>
-
-struct itimerval {
- struct timeval it_interval;
- struct timeval it_value;
-};
-
-/*
-XOPEN(400)
-*/
-