From 8958a383296ea0e1cc106ae245c37671809ffd49 Mon Sep 17 00:00:00 2001 From: Nick Pelly Date: Thu, 19 Jul 2012 13:50:55 -0700 Subject: [PATCH] Update time.h for CLOCK_BOOTTIME. Change-Id: Iafbc6a2f57587feb68526e4eab67452aa0db5311 --- libc/include/time.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/include/time.h b/libc/include/time.h index 8867b320b..e280e0af1 100644 --- a/libc/include/time.h +++ b/libc/include/time.h @@ -103,6 +103,7 @@ extern int clock_gettime(int, struct timespec *); #define CLOCK_THREAD_CPUTIME_ID 3 #define CLOCK_REALTIME_HR 4 #define CLOCK_MONOTONIC_HR 5 +#define CLOCK_BOOTTIME 7 extern int timer_create(int, struct sigevent*, timer_t*); extern int timer_delete(timer_t);