mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Define CLOCK_BOOTTIME.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2011-04-02 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
|
||||||
|
|
||||||
2011-03-26 H.J. Lu <hongjiu.lu@intel.com>
|
2011-03-26 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
[BZ #12518]
|
[BZ #12518]
|
||||||
|
@@ -71,6 +71,8 @@ extern long int __sysconf (int);
|
|||||||
# define CLOCK_REALTIME_COARSE 5
|
# define CLOCK_REALTIME_COARSE 5
|
||||||
/* Monotonic system-wide clock, updated only on ticks. */
|
/* Monotonic system-wide clock, updated only on ticks. */
|
||||||
# define CLOCK_MONOTONIC_COARSE 6
|
# define CLOCK_MONOTONIC_COARSE 6
|
||||||
|
/* Monotonic system-wide clock that includes time spent in suspension. */
|
||||||
|
# define CLOCK_BOOTTIME 7
|
||||||
|
|
||||||
/* Flag to indicate time is absolute. */
|
/* Flag to indicate time is absolute. */
|
||||||
# define TIMER_ABSTIME 1
|
# define TIMER_ABSTIME 1
|
||||||
|
Reference in New Issue
Block a user