diff options
Diffstat (limited to 'libc/sysdeps/linux/common')
| -rw-r--r-- | libc/sysdeps/linux/common/bits/time.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/libc/sysdeps/linux/common/bits/time.h b/libc/sysdeps/linux/common/bits/time.h index 7ed54bfa7..c871223a6 100644 --- a/libc/sysdeps/linux/common/bits/time.h +++ b/libc/sysdeps/linux/common/bits/time.h @@ -54,6 +54,12 @@  #   define CLOCK_PROCESS_CPUTIME_ID	2  /* Thread-specific CPU-time clock.  */  #   define CLOCK_THREAD_CPUTIME_ID	3 +/* Monotonic system-wide clock, not adjusted for frequency scaling.  */ +#   define CLOCK_MONOTONIC_RAW		4 +/* Identifier for system-wide realtime clock, updated only on ticks.  */ +#   define CLOCK_REALTIME_COARSE	5 +/* Monotonic system-wide clock, updated only on ticks.  */ +#   define CLOCK_MONOTONIC_COARSE	6  /* Flag to indicate time is absolute.  */  #   define TIMER_ABSTIME		1 | 
