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.19-73-g098ad55


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  098ad55cf5548aa35f58dfd1edbb03b030e26da7 (commit)
      from  f0881698bf244bcb16c394d2d6258d975a11baef (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=098ad55cf5548aa35f58dfd1edbb03b030e26da7

commit 098ad55cf5548aa35f58dfd1edbb03b030e26da7
Author: Roland McGrath <roland@hack.frob.com>
Date:   Sat Feb 22 00:58:54 2014 -0800

    Remove unused %include lines from Versions files.

diff --git a/ChangeLog b/ChangeLog
index 0beb5fd..7bf7013 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-22  Roland McGrath  <roland@hack.frob.com>
+
+	* csu/Versions: Remove unused %include.
+	* resolv/Versions: Likewise.
+
 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
 
 	* Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
diff --git a/csu/Versions b/csu/Versions
index 4ddf0d5..43010c3 100644
--- a/csu/Versions
+++ b/csu/Versions
@@ -1,5 +1,3 @@
-%include <tls.h>
-
 libc {
   GLIBC_2.0 {
     # helper functions
diff --git a/resolv/Versions b/resolv/Versions
index 6f02597..04072ac 100644
--- a/resolv/Versions
+++ b/resolv/Versions
@@ -1,5 +1,3 @@
-%include <tls.h>
-
 libc {
   GLIBC_2.0 {
     _res;

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

Summary of changes:
 ChangeLog       |    5 +++++
 csu/Versions    |    2 --
 resolv/Versions |    2 --
 3 files changed, 5 insertions(+), 4 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]