This is the mail archive of the libc-alpha@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]

[COMMITTED PATCH] Add missing } in Versions file.


2014-02-28  Roland McGrath  <roland@hack.frob.com>

	* stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.

--- a/stdio-common/Versions
+++ b/stdio-common/Versions
@@ -60,4 +60,5 @@ libc {
   GLIBC_PRIVATE {
     # global variables
     _itoa_lower_digits;
+  }
 }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]