summaryrefslogtreecommitdiff
path: root/src/sys/time/struct_timeval.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/time/struct_timeval.h')
-rw-r--r--src/sys/time/struct_timeval.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sys/time/struct_timeval.h b/src/sys/time/struct_timeval.h
deleted file mode 100644
index 00d1989b..00000000
--- a/src/sys/time/struct_timeval.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <sys/time.h>
-
-struct timeval {
- time_t tv_sec;
- suseconds_t tv_usec;
-};
-
-/*
-XOPEN(400)
-*/