From ff71cc373be1cc2875f8ea0b8d4f5232f1a5d673 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 28 Feb 2014 11:07:43 -0800 Subject: [PATCH] Add missing } in Versions file. --- ChangeLog | 4 ++++ stdio-common/Versions | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index de591f1233..170c82e7cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-02-28 Roland McGrath + + * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }. + 2014-02-27 Adhemerval Zanella * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround power8 diff --git a/stdio-common/Versions b/stdio-common/Versions index 3503a84e6b..06b96f678a 100644 --- a/stdio-common/Versions +++ b/stdio-common/Versions @@ -60,4 +60,5 @@ libc { GLIBC_PRIVATE { # global variables _itoa_lower_digits; + } }