]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add __GOOGLE_GRTE_VERSION__ for GRTEv4 usage. Forward-ported with date and comment...
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Sat, 1 Mar 2014 00:56:23 +0000 (16:56 -0800)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Sat, 1 Mar 2014 00:56:23 +0000 (16:56 -0800)
README.google
include/features.h

index d8d27656cb10ffaa5d4e6f97f4fa007c275246e7..dd6c2dff853884ef9258d3a7a60d857ce2a6b848 100644 (file)
@@ -100,3 +100,8 @@ sysdeps/gnu/errlist-compat.awk
   Forward-ported from part of cl/51276043 (from cl/38025-p2).
   (ppluzhnikov, google-local)
 
+include/features.h
+  Add __GOOGLE_GRTE_VERSION__ for GRTEv4 usage.
+  Forward-ported with date and comment changed from cl/51277131.
+  (ppluzhnikov, google-local)
+
index 21173a28c30c0e120ff4a454e7316320e1785d29..f730ca0f3356b1133f0372019e4485e2f0c5ef79 100644 (file)
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
 
+/* GRTEv4 (glibc-2.19) date */
+#define __GOOGLE_GRTE_VERSION__                20140228L
+
 /* This is here only because every header file already includes this one.  */
 #ifndef __ASSEMBLER__
 # ifndef _SYS_CDEFS_H