about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-vsyslog.c
blob: e91f4826bfc4c8a01403da0e61086c7d02e36565 (plain) (blame)
1
2
3
4
5
6
7
#include "nldbl-compat.h"

void
vsyslog (int pri, const char *fmt, va_list ap)
{
  __nldbl_vsyslog (pri, fmt, ap);
}