51f0aa
commit e9ff8efb5cb0fd944f4a5c8f03b14dee508cf7e8
51f0aa
Author: Ryan Cumming <etaoins@gmail.com>
51f0aa
Date:   Mon Nov 24 15:14:31 2014 +0100
51f0aa
51f0aa
    Define CLOCK_TAI on Linux (bug 17608)
51f0aa
51f0aa
diff --git a/sysdeps/unix/sysv/linux/bits/time.h b/sysdeps/unix/sysv/linux/bits/time.h
51f0aa
index 7805ce7e012256ea..561587ed3c620628 100644
51f0aa
--- a/sysdeps/unix/sysv/linux/bits/time.h
51f0aa
+++ b/sysdeps/unix/sysv/linux/bits/time.h
51f0aa
@@ -77,6 +77,8 @@ extern long int __sysconf (int);
51f0aa
 #   define CLOCK_REALTIME_ALARM		8
51f0aa
 /* Like CLOCK_BOOTTIME but also wakes suspended system.  */
51f0aa
 #   define CLOCK_BOOTTIME_ALARM		9
51f0aa
+/* Like CLOCK_REALTIME but in International Atomic Time.  */
51f0aa
+#   define CLOCK_TAI			11
51f0aa
 
51f0aa
 /* Flag to indicate time is absolute.  */
51f0aa
 #   define TIMER_ABSTIME		1