CLOCK_BOOTTIME is available since Linux 2.6.39. Signed-off-by: Max Filippov <[email protected]> --- libc/sysdeps/linux/common/bits/time.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/libc/sysdeps/linux/common/bits/time.h b/libc/sysdeps/linux/common/bits/time.h index b397b60..c8411df 100644 --- a/libc/sysdeps/linux/common/bits/time.h +++ b/libc/sysdeps/linux/common/bits/time.h @@ -59,6 +59,9 @@ # 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 -- 1.8.1.4 _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
