public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Fangrui Song <maskray@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc/google/grte/v5-2.27/master] Define __GOOGLE_GRTE_VERSION__
Date: Sat, 28 Aug 2021 00:41:33 +0000 (GMT)	[thread overview]
Message-ID: <20210828004133.D8AAA3858038@sourceware.org> (raw)

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


                 reply	other threads:[~2021-08-28  0:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210828004133.D8AAA3858038@sourceware.org \
    --to=maskray@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).