This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch google/grte/v5-2.27/master updated. glibc-2.27-80-g3cab0b7


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, google/grte/v5-2.27/master has been updated
       via  3cab0b7a22e9091f73a79b873315317526ceeb6d (commit)
      from  2a5d5a4953b4fed35ce884261f5f31776c26a6ef (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=3cab0b7a22e9091f73a79b873315317526ceeb6d

commit 3cab0b7a22e9091f73a79b873315317526ceeb6d
Author: Stan Shebs <stanshebs@google.com>
Date:   Thu Mar 29 14:05:07 2018 -0700

    Define __GOOGLE_GRTE_VERSION__

diff --git a/include/features.h b/include/features.h
index 28861e2..b68915a 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

-----------------------------------------------------------------------

Summary of changes:
 include/features.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]