From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7814) id D8AAA3858038; Sat, 28 Aug 2021 00:41:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8AAA3858038 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Fangrui Song To: glibc-cvs@sourceware.org Subject: [glibc/google/grte/v5-2.27/master] Define __GOOGLE_GRTE_VERSION__ X-Act-Checkin: glibc X-Git-Author: Stan Shebs X-Git-Refname: refs/heads/google/grte/v5-2.27/master X-Git-Oldrev: d57236debc46317a95c1741702252f4e44b90070 X-Git-Newrev: 60548afc9f09eec306b34fed7a3242e621fb6547 Message-Id: <20210828004133.D8AAA3858038@sourceware.org> Date: Sat, 28 Aug 2021 00:41:33 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2021 00:41:34 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=60548afc9f09eec306b34fed7a3242e621fb6547 commit 60548afc9f09eec306b34fed7a3242e621fb6547 Author: Stan Shebs Date: Thu Mar 29 14:05:07 2018 -0700 Define __GOOGLE_GRTE_VERSION__ Diff: --- include/features.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/features.h b/include/features.h index 28861e2890..b68915a27a 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