summaryrefslogtreecommitdiffstats
path: root/libc/include
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2012-07-19 13:50:55 -0700
committerElliott Hughes <enh@google.com>2012-07-19 17:10:14 -0700
commit0351955a686fe4e0bf9f30780f78ff0e2402a6b0 (patch)
tree5ea391c49b5ceb7cb2e44e58be238f038bd32781 /libc/include
parentf6ee33cee717f9878d3a43bf76c35547649676d7 (diff)
downloadbionic-0351955a686fe4e0bf9f30780f78ff0e2402a6b0.zip
bionic-0351955a686fe4e0bf9f30780f78ff0e2402a6b0.tar.gz
bionic-0351955a686fe4e0bf9f30780f78ff0e2402a6b0.tar.bz2
Update time.h for CLOCK_BOOTTIME.
(cherry-pick of 8958a383296ea0e1cc106ae245c37671809ffd49) Change-Id: Ie8de6b32fa81566db53ad7e9fd4b197f4cede628
Diffstat (limited to 'libc/include')
-rw-r--r--libc/include/time.h1
1 files changed, 1 insertions, 0 deletions
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 @@ 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);