am 654b1501: Merge "Update time.h for CLOCK_BOOTTIME."

* commit '654b1501f7a936034d07f579c3d4a15d1319dac2':
  Update time.h for CLOCK_BOOTTIME.
This commit is contained in:
Elliott Hughes 2012-07-19 17:37:33 -07:00 committed by Android Git Automerger
commit a94c708a15

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