diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2016-04-14 12:21:53 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.vnet.ibm.com> | 2016-04-14 12:21:53 +0200 |
commit | b1b8f5d89d06a994773e22ad4b7fe1036b37f8ab (patch) | |
tree | 462a3241092ec8f32f36c5f9fe388161ac4a068a /sysdeps | |
parent | 8a727af925be63aa6ea0f5f90e16751fd541626b (diff) | |
download | glibc-b1b8f5d89d06a994773e22ad4b7fe1036b37f8ab.tar.gz glibc-b1b8f5d89d06a994773e22ad4b7fe1036b37f8ab.tar.xz glibc-b1b8f5d89d06a994773e22ad4b7fe1036b37f8ab.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.
Diffstat (limited to 'sysdeps')
0 files changed, 0 insertions, 0 deletions