aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/abis/linux/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mlibc/abis/linux/time.h')
-rw-r--r--lib/mlibc/abis/linux/time.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/mlibc/abis/linux/time.h b/lib/mlibc/abis/linux/time.h
deleted file mode 100644
index 3f49db3..0000000
--- a/lib/mlibc/abis/linux/time.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _ABIBITS_TIME_H
-#define _ABIBITS_TIME_H
-
-#include <bits/posix/timeval.h>
-
-struct itimerval {
- struct timeval it_interval; /* Interval for periodic timer */
- struct timeval it_value; /* Time until next expiration */
-};
-
-#define ITIMER_REAL 0
-#define ITIMER_VIRTUAL 1
-#define ITIMER_PROF 2
-
-#endif // _ABIBITS_TIME_H