1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Define CLOCK_BOOTTIME.

This commit is contained in:
Ulrich Drepper
2011-04-02 15:27:07 -04:00
parent 0354e35501
commit 94521213b6
2 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,8 @@ extern long int __sysconf (int);
# define CLOCK_REALTIME_COARSE 5
/* Monotonic system-wide clock, updated only on ticks. */
# 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. */
# define TIMER_ABSTIME 1