]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define __GOOGLE_GRTE_VERSION__
authorStan Shebs <stanshebs@google.com>
Thu, 29 Mar 2018 21:05:07 +0000 (14:05 -0700)
committerStan Shebs <stanshebs@google.com>
Thu, 29 Mar 2018 21:05:07 +0000 (14:05 -0700)
include/features.h

index 28861e28902d02a5ede02e0f3062d03782383d30..b68915a27a5be5c662689098737eb1516454b296 100644 (file)
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
 
+/* The official GRTE release date, expressed numerically.  It is very
+   occasionally used to test whether a particular GRTE addition to
+   glibc can be assumed to be available.  */
+#define __GOOGLE_GRTE_VERSION__ 20180301L
+
 /* This is here only because every header file already includes this one.  */
 #ifndef __ASSEMBLER__
 # ifndef _SYS_CDEFS_H