summaryrefslogtreecommitdiff
path: root/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'time.h')
-rw-r--r--time.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/time.h b/time.h
deleted file mode 100644
index 2d4eef6..0000000
--- a/time.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef TIME_H
-#define TIME_H
-#include <sys/types.h>
-
-typedef int clockid_t;
-struct timespec {
- time_t tv_sec; // Seconds.
- long tv_nsec; // Nanoseconds.
-};
-#endif