summaryrefslogtreecommitdiffstats
path: root/9/platforms/android-4/arch-arm/usr/include/time.h
diff options
context:
space:
mode:
Diffstat (limited to '9/platforms/android-4/arch-arm/usr/include/time.h')
-rw-r--r--9/platforms/android-4/arch-arm/usr/include/time.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/9/platforms/android-4/arch-arm/usr/include/time.h b/9/platforms/android-4/arch-arm/usr/include/time.h
index 40fd5c9..87f5314 100644
--- a/9/platforms/android-4/arch-arm/usr/include/time.h
+++ b/9/platforms/android-4/arch-arm/usr/include/time.h
@@ -105,8 +105,12 @@ extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct times
#define CLOCK_MONOTONIC 1
#define CLOCK_PROCESS_CPUTIME_ID 2
#define CLOCK_THREAD_CPUTIME_ID 3
-#define CLOCK_REALTIME_HR 4
-#define CLOCK_MONOTONIC_HR 5
+#define CLOCK_MONOTONIC_RAW 4
+#define CLOCK_REALTIME_COARSE 5
+#define CLOCK_MONOTONIC_COARSE 6
+#define CLOCK_BOOTTIME 7
+#define CLOCK_REALTIME_ALARM 8
+#define CLOCK_BOOTTIME_ALARM 9
extern int timer_create(int, struct sigevent*, timer_t*);
extern int timer_delete(timer_t);