1#include "nldbl-compat.h"
2
3attribute_hidden
4void
5vsyslog (int pri, const char *fmt, va_list ap)
6{
7 __nldbl_vsyslog (pri, fmt, ap);
8}
9

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-vsyslog.c