Signed-off-by: Jan Friesse <jfriesse@redhat.com>
@@ -71,6 +71,13 @@ vsyslog(int priority, const char *format, va_list ap)
va_end(ap_copy);
}
+void
+__vsyslog_chk(int priority, int flag, const char *format, va_list ap)
+{
+
+ vsyslog(priority, format, ap);
+}
void
closelog(void)
{