1 #include "nldbl-compat.h"
2
3 void
4 attribute_hidden
5 syslog (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 }