mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-12 12:07:12 +08:00
8 lines
117 B
C
8 lines
117 B
C
#include "nldbl-compat.h"
|
|||
|
|||
void
|
|||
vsyslog (int pri, const char *fmt, va_list ap)
|
|||
{
|
|||
__nldbl_vsyslog (pri, fmt, ap);
|
|||
}
|