aboutsummaryrefslogtreecommitdiff
path: root/include/mpw/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mpw/sys/time.h')
-rw-r--r--include/mpw/sys/time.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/mpw/sys/time.h b/include/mpw/sys/time.h
deleted file mode 100644
index f9e485232..000000000
--- a/include/mpw/sys/time.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Imitation sys/time.h. */
-
-#ifndef __SYS_TIME_H__
-#define __SYS_TIME_H__
-
-#include <time.h>
-
-struct timeval {
- long tv_sec;
- long tv_usec;
-};
-
-#endif /* __SYS_TIME_H__ */