aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-04-02 15:27:07 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-02 15:27:07 -0400
commit94521213b6b157037944693f56dec159da0084bc (patch)
tree1aaa5f8dc5bdedef4ec44410594075b9e642448f
parent0354e355014b7bfda32622e0255399d859862fcd (diff)
downloadglibc-94521213b6b157037944693f56dec159da0084bc.tar
glibc-94521213b6b157037944693f56dec159da0084bc.tar.gz
glibc-94521213b6b157037944693f56dec159da0084bc.tar.bz2
glibc-94521213b6b157037944693f56dec159da0084bc.zip
Define CLOCK_BOOTTIME.
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/unix/sysv/linux/bits/time.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff874664ae..8794892142 100644
--- 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]
diff --git a/sysdeps/unix/sysv/linux/bits/time.h b/sysdeps/unix/sysv/linux/bits/time.h
index 02a05114f2..a0d4b7823f 100644
--- a/sysdeps/unix/sysv/linux/bits/time.h
+++ b/sysdeps/unix/sysv/linux/bits/time.h
@@ -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