ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/ieee754/ldbl-opt/nldbl-vsyslog.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);
}