]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing } in Versions file.
authorRoland McGrath <roland@hack.frob.com>
Fri, 28 Feb 2014 19:07:43 +0000 (11:07 -0800)
committerRoland McGrath <roland@hack.frob.com>
Fri, 28 Feb 2014 19:07:43 +0000 (11:07 -0800)
ChangeLog
stdio-common/Versions

index de591f12331437d6b6a9169d3657e43c6a01f0cd..170c82e7cf506f82c8f912d3d72fe84dcd9a7268 100644 (file)
--- 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
index 3503a84e6b93de2775b6036fdf7f2c229a6e5775..06b96f678a42d608087a8c72ba00f0a7b738c64e 100644 (file)
@@ -60,4 +60,5 @@ libc {
   GLIBC_PRIVATE {
     # global variables
     _itoa_lower_digits;
+  }
 }