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