public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/maskray/grte] Define __GOOGLE_GRTE_VERSION__
@ 2021-08-27 23:25 Fangrui Song
  0 siblings, 0 replies; only message in thread
From: Fangrui Song @ 2021-08-27 23:25 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=60548afc9f09eec306b34fed7a3242e621fb6547

commit 60548afc9f09eec306b34fed7a3242e621fb6547
Author: Stan Shebs <stanshebs@google.com>
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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-27 23:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27 23:25 [glibc/maskray/grte] Define __GOOGLE_GRTE_VERSION__ Fangrui Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).