Blame SOURCES/glibc-rh1448822.patch

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