summaryrefslogtreecommitdiff
path: root/include/time.h
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2013-07-24 21:29:17 +0000
committerSzabolcs Nagy <nsz@port70.net>2013-07-24 22:17:24 +0000
commitd74e462a76d37ce10a048d3794ca89ca7d480ddb (patch)
tree4eeb439c05e4fb61b78b974c25ce7700ed8ea2c2 /include/time.h
parentb5e409df70ff83f45b0e6f460b07e791c8d51c76 (diff)
downloadmusl-d74e462a76d37ce10a048d3794ca89ca7d480ddb.tar.gz
add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h
added in linux-v3.10 commit 1ff3c9677bff7e468e0c487d0ffefe4e901d33f4
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h
index 5b3dde5b..6b2a0693 100644
--- a/include/time.h
+++ b/include/time.h
@@ -87,6 +87,8 @@ struct itimerspec
#define CLOCK_BOOTTIME 7
#define CLOCK_REALTIME_ALARM 8
#define CLOCK_BOOTTIME_ALARM 9
+#define CLOCK_SGI_CYCLE 10
+#define CLOCK_TAI 11
#define TIMER_ABSTIME 1