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

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