Define CLOCK_TAI on Linux (bug 17608)
authorRyan Cumming <etaoins@gmail.com>
Mon, 24 Nov 2014 14:14:31 +0000 (15:14 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 24 Nov 2014 16:28:41 +0000 (17:28 +0100)
ChangeLog
sysdeps/unix/sysv/linux/bits/time.h

index ec31874..dac4ad1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-24  Ryan Cumming  <etaoins@gmail.com>
+
+       [BZ #17608]
+       * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
+
 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
 
        [BZ #17633]
index 1080547..eb6da83 100644 (file)
@@ -77,6 +77,8 @@ extern long int __sysconf (int);
 #   define CLOCK_REALTIME_ALARM                8
 /* Like CLOCK_BOOTTIME but also wakes suspended system.  */
 #   define CLOCK_BOOTTIME_ALARM                9
+/* Like CLOCK_REALTIME but in International Atomic Time.  */
+#   define CLOCK_TAI                   11
 
 /* Flag to indicate time is absolute.  */
 #   define TIMER_ABSTIME               1