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