]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 ec318746e9f61be782ee4a61dfa2f228fb292383..dac4ad15de7c6f261dec5b76785137996c0d6a7d 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 10805475bf696a66637ba4867a4922369b91abee..eb6da83e786c6da8b502c976fc0b8fcecdd30af5 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