From 60548afc9f09eec306b34fed7a3242e621fb6547 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Thu, 29 Mar 2018 14:05:07 -0700 Subject: [PATCH] Define __GOOGLE_GRTE_VERSION__ --- include/features.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/features.h b/include/features.h index 28861e28902..b68915a27a5 100644 --- a/include/features.h +++ b/include/features.h @@ -422,6 +422,11 @@ #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 -- 2.47.2