commit | 8958a383296ea0e1cc106ae245c37671809ffd49 | [log] [tgz] |
---|---|---|
author | Nick Pelly <npelly@google.com> | Thu Jul 19 13:50:55 2012 -0700 |
committer | Nick Pelly <npelly@google.com> | Thu Jul 19 16:33:58 2012 -0700 |
tree | 5ea391c49b5ceb7cb2e44e58be238f038bd32781 | |
parent | 6591be6c5296d29c12fde47cac2ebb82e23d021b [diff] [blame] |
Update time.h for CLOCK_BOOTTIME. Change-Id: Iafbc6a2f57587feb68526e4eab67452aa0db5311
diff --git a/libc/include/time.h b/libc/include/time.h index 8867b32..e280e0a 100644 --- a/libc/include/time.h +++ b/libc/include/time.h
@@ -103,6 +103,7 @@ #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);