mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM
This commit is contained in:
@ -73,6 +73,10 @@ extern long int __sysconf (int);
|
||||
# define CLOCK_MONOTONIC_COARSE 6
|
||||
/* Monotonic system-wide clock that includes time spent in suspension. */
|
||||
# define CLOCK_BOOTTIME 7
|
||||
/* Like CLOCK_REALTIME but also wakes suspended system. */
|
||||
# define CLOCK_REALTIME_ALARM 8
|
||||
/* Like CLOCK_BOOTTIME but also wakes suspended system. */
|
||||
# define CLOCK_BOOTTIME_ALARM 9
|
||||
|
||||
/* Flag to indicate time is absolute. */
|
||||
# define TIMER_ABSTIME 1
|
||||
|
Reference in New Issue
Block a user