commit | 654b1501f7a936034d07f579c3d4a15d1319dac2 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jul 19 17:18:36 2012 -0700 |
committer | android code review <noreply-gerritcodereview@google.com> | Thu Jul 19 17:18:37 2012 -0700 |
tree | 5ea391c49b5ceb7cb2e44e58be238f038bd32781 | |
parent | f6ee33cee717f9878d3a43bf76c35547649676d7 [diff] | |
parent | 0351955a686fe4e0bf9f30780f78ff0e2402a6b0 [diff] |
Merge "Update time.h for CLOCK_BOOTTIME."
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);