From: Szabolcs Nagy Date: Wed, 24 Jul 2013 21:29:17 +0000 (+0000) Subject: add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=d74e462a76d37ce10a048d3794ca89ca7d480ddb add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h added in linux-v3.10 commit 1ff3c9677bff7e468e0c487d0ffefe4e901d33f4 --- 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