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