blob: eed1010eeac25c14d132141d76192f87942ca31a [file] [log] [blame]
#include "nldbl-compat.h"
attribute_hidden
void
vsyslog (int pri, const char *fmt, va_list ap)
{
__nldbl_vsyslog (pri, fmt, ap);
}