2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-syslog_chk.c
blob31ea6a8b9d1cc869380d18edcbf7122829393baf
1 #include "nldbl-compat.h"
3 void
4 attribute_hidden
5 __syslog_chk (int pri, int flag, const char *fmt, ...)
7 va_list ap;
9 va_start (ap, fmt);
10 __nldbl___vsyslog_chk (pri, flag, fmt, ap);
11 va_end(ap);