about summary refs log tree commit diff
path: root/conform
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-11-12 22:42:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-11-12 22:42:22 +0000
commitcc67478e282ac5c46a1005474cca51342efe1397 (patch)
tree0147133ad7d93b6296f314982ba79cc7c7e1798c /conform
parent9975e3d37d8585b41db075321bade3495cf58cdb (diff)
downloadglibc-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 'conform')
0 files changed, 0 insertions, 0 deletions