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-98-gff71cc3


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  ff71cc373be1cc2875f8ea0b8d4f5232f1a5d673 (commit)
      from  ba17cdbd1def62f70f9ec2cd6fa9c74708c76f1c (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=ff71cc373be1cc2875f8ea0b8d4f5232f1a5d673

commit ff71cc373be1cc2875f8ea0b8d4f5232f1a5d673
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Feb 28 11:07:43 2014 -0800

    Add missing } in Versions file.

diff --git a/ChangeLog b/ChangeLog
index de591f1..170c82e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-02-28  Roland McGrath  <roland@hack.frob.com>
+
+	* stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
+
 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
 	* sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround power8
diff --git a/stdio-common/Versions b/stdio-common/Versions
index 3503a84..06b96f6 100644
--- a/stdio-common/Versions
+++ b/stdio-common/Versions
@@ -60,4 +60,5 @@ libc {
   GLIBC_PRIVATE {
     # global variables
     _itoa_lower_digits;
+  }
 }

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

Summary of changes:
 ChangeLog             |    4 ++++
 stdio-common/Versions |    1 +
 2 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]