mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
926320aba6
attribute_hidden here. * sysdeps/ieee754/ldbl-opt/nldbl-vsyslog.c (vsyslog): Restore attribute_hidden here. * sysdeps/ieee754/ldbl-opt/nldbl-asprintf.c (__asprintf): Likewise. * sysdeps/ieee754/ldbl-opt/nldbl-fprintf.c (fprintf): Likewise. * sysdeps/ieee754/ldbl-opt/nldbl-qecvt.c (qecvt): Likewise. * sysdeps/ieee754/ldbl-opt/nldbl-qfcvt.c (qfcvt): Likewise. * sysdeps/ieee754/ldbl-opt/nldbl-qgcvt.c (qgcvt): Likewise. * sysdeps/ieee754/ldbl-opt/configure.in: Use AC_TRY_COMPILE and verify __LONG_DOUBLE_128__ predefine. * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
9 lines
134 B
C
9 lines
134 B
C
#include "nldbl-compat.h"
|
|
|
|
attribute_hidden
|
|
void
|
|
vsyslog (int pri, const char *fmt, va_list ap)
|
|
{
|
|
__nldbl_vsyslog (pri, fmt, ap);
|
|
}
|