diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-11-12 22:42:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-11-12 22:42:22 +0000 |
commit | cc67478e282ac5c46a1005474cca51342efe1397 (patch) | |
tree | 0147133ad7d93b6296f314982ba79cc7c7e1798c /NEWS | |
parent | 9975e3d37d8585b41db075321bade3495cf58cdb (diff) | |
download | glibc-cc67478e282ac5c46a1005474cca51342efe1397.tar.gz glibc-cc67478e282ac5c46a1005474cca51342efe1397.tar.xz glibc-cc67478e282ac5c46a1005474cca51342efe1397.zip |
Fix localealias.c fgets_unlocked namespace (bug 17589).
intl/localealias.c is brought in by ISO C functions, but uses fgets_unlocked, which is not an ISO C function. This patch changes this to use __fgets_unlocked. Tested for x86_64 (testsuite, and that stripped installed shared libraries are unchanged by the patch). [BZ #17589] * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead of fgets_unlocked.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 27969e0e3a..918b4a1a82 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,8 @@ Version 2.21 6652, 12926, 14132, 14138, 14171, 15215, 15884, 17266, 17344, 17363, 17370, 17371, 17411, 17460, 17475, 17485, 17501, 17506, 17508, 17522, - 17555, 17570, 17571, 17572, 17573, 17574, 17582, 17583, 17584, 17585. + 17555, 17570, 17571, 17572, 17573, 17574, 17582, 17583, 17584, 17585, + 17589. * New locales: tu_IN, bh_IN. |