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