From 0351955a686fe4e0bf9f30780f78ff0e2402a6b0 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. (cherry-pick of 8958a383296ea0e1cc106ae245c37671809ffd49) Change-Id: Ie8de6b32fa81566db53ad7e9fd4b197f4cede628 --- 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);