summaryrefslogtreecommitdiff
path: root/src/libc/include/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libc/include/sys/time.h')
-rw-r--r--src/libc/include/sys/time.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libc/include/sys/time.h b/src/libc/include/sys/time.h
index 54df6b3..5e00fe9 100644
--- a/src/libc/include/sys/time.h
+++ b/src/libc/include/sys/time.h
@@ -2,6 +2,11 @@
#include <errno.h>
#include <sys/types.h>
+typedef long long off_t;
+typedef int64_t time_t;
+typedef int64_t suseconds_t;
+typedef uint64_t clock_t;
+
struct timeval {
time_t tv_sec;
suseconds_t tv_usec;