diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-02-28 11:07:43 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-02-28 11:07:43 -0800 |
commit | ff71cc373be1cc2875f8ea0b8d4f5232f1a5d673 (patch) | |
tree | 6e68079e0e3d8a4d1c4e4ef17b62e1788bd2e264 /stdio-common/Versions | |
parent | ba17cdbd1def62f70f9ec2cd6fa9c74708c76f1c (diff) | |
download | glibc-ff71cc373be1cc2875f8ea0b8d4f5232f1a5d673.tar.gz glibc-ff71cc373be1cc2875f8ea0b8d4f5232f1a5d673.tar.xz glibc-ff71cc373be1cc2875f8ea0b8d4f5232f1a5d673.zip |
Add missing } in Versions file.
Diffstat (limited to 'stdio-common/Versions')
-rw-r--r-- | stdio-common/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
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; + } } |