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

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