Update time.h for CLOCK_BOOTTIME.

(cherry-pick of 8958a38329)

Change-Id: Ie8de6b32fa81566db53ad7e9fd4b197f4cede628
This commit is contained in:
Nick Pelly 2012-07-19 13:50:55 -07:00 committed by Elliott Hughes
parent f6ee33cee7
commit 0351955a68

View file

@ -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);