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