X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Ftime.h;fp=include%2Ftime.h;h=5b3dde5bbc83d3e578795bff443204d5872c5557;hp=56ffacf5109ba2120d33fcfd59efbfe5d2faa270;hb=4191d2447673e6b03722198871af0daf9390cb51;hpb=01739902843e93ec6e9bf8e17d32c8ddf73fad81 diff --git a/include/time.h b/include/time.h index 56ffacf5..5b3dde5b 100644 --- a/include/time.h +++ b/include/time.h @@ -81,6 +81,12 @@ struct itimerspec #define CLOCK_MONOTONIC 1 #define CLOCK_PROCESS_CPUTIME_ID 2 #define CLOCK_THREAD_CPUTIME_ID 3 +#define CLOCK_MONOTONIC_RAW 4 +#define CLOCK_REALTIME_COURSE 5 +#define CLOCK_MONOTONIC_COURSE 6 +#define CLOCK_BOOTTIME 7 +#define CLOCK_REALTIME_ALARM 8 +#define CLOCK_BOOTTIME_ALARM 9 #define TIMER_ABSTIME 1