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 master updated. glibc-2.25-82-g7eb5c06


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, master has been updated
       via  7eb5c06c3501a5f1d60e92780b3a2c67eeed4afe (commit)
      from  b2f3c0c208f73cf5c433ebb85aacf3284d9e47e6 (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=7eb5c06c3501a5f1d60e92780b3a2c67eeed4afe

commit 7eb5c06c3501a5f1d60e92780b3a2c67eeed4afe
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Mar 3 11:25:44 2017 +0100

    tzset: Remove unused NOID macro

diff --git a/ChangeLog b/ChangeLog
index 240b3e8..504de57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-03-03  Florian Weimer  <fweimer@redhat.com>
 
+	* time/tzfile.c (NOID): Do not define.
+	* time/tzset.c (NOID): Likewise.
+
+2017-03-03  Florian Weimer  <fweimer@redhat.com>
+
 	* time/tzset.c (compute_offset): Remove __attribute_noinline__.
 
 2017-03-02  Florian Weimer  <fweimer@redhat.com>
diff --git a/time/tzfile.c b/time/tzfile.c
index 3fd4569..4987f1a 100644
--- a/time/tzfile.c
+++ b/time/tzfile.c
@@ -26,7 +26,6 @@
 #include <sys/stat.h>
 #include <stdint.h>
 
-#define	NOID
 #include <timezone/tzfile.h>
 
 int __use_tzfile;
diff --git a/time/tzset.c b/time/tzset.c
index 404f1db..262bbe5 100644
--- a/time/tzset.c
+++ b/time/tzset.c
@@ -25,8 +25,6 @@
 #include <string.h>
 #include <time.h>
 
-
-#define NOID
 #include <timezone/tzfile.h>
 
 char *__tzname[2] = { (char *) "GMT", (char *) "GMT" };

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

Summary of changes:
 ChangeLog     |    5 +++++
 time/tzfile.c |    1 -
 time/tzset.c  |    2 --
 3 files changed, 5 insertions(+), 3 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]