]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define CLOCK_BOOTTIME.
authorUlrich Drepper <drepper@gmail.com>
Sat, 2 Apr 2011 19:27:07 +0000 (15:27 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sat, 2 Apr 2011 19:27:07 +0000 (15:27 -0400)
ChangeLog
sysdeps/unix/sysv/linux/bits/time.h

index ff874664aed5a31def2f300156e829d38622421d..8794892142fc73c09213ef98d4d83e66752c216b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        [BZ #12518]
index 02a05114f287e749139fec6b532a40c2cf88c976..a0d4b7823f533eb6c09a074a48b2a18dbd2d72d6 100644 (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