about summary refs log tree commit diff
path: root/malloc/tst-mallocfork2.c
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2016-04-14 12:21:53 +0200
committerMike Frysinger <vapier@gentoo.org>2016-11-12 00:44:31 -0500
commita6bb6430afb72aaa362e508be98f7b7dd1bfd13e (patch)
tree4e289d0e229bc813269c440485064246cf0c0cab /malloc/tst-mallocfork2.c
parent6fc2cd54ae7e045ed19033211a289bc6421743af (diff)
downloadglibc-a6bb6430afb72aaa362e508be98f7b7dd1bfd13e.tar.gz
glibc-a6bb6430afb72aaa362e508be98f7b7dd1bfd13e.tar.xz
glibc-a6bb6430afb72aaa362e508be98f7b7dd1bfd13e.zip
Fix strfmon_l: Use specified locale for number formatting [BZ #19633]
The commit 985fc132f23dbb83de76c5af9e783ef1b5900148
"strfmon_l: Use specified locale for number formatting [BZ #19633]"
introduced an elf/check-abi-libc testfailure due to __printf_fp_l
on architectures which use sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h.

This patch uses libc_hidden_def instead of ldbl_hidden_def.
The ldbl_strong_alias is removed due to the rename of ___printf_fp_l
to __printf_fp_l.

ChangeLog:

	* stdio-common/printf_fp.c (__printf_fp_l):
	Rename ___printf_fp_l to __printf_fp_l and
	remove strong alias. Use libc_hidden_def instead
	of ldbl_hidden_def macro.

(cherry picked from commit b1b8f5d89d06a994773e22ad4b7fe1036b37f8ab)
(cherry picked from commit a37d61a662027a5d92fa54ceb75cd3167d732b5f)
Diffstat (limited to 'malloc/tst-mallocfork2.c')
0 files changed, 0 insertions, 0 deletions