summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c
blob: ca1ce01878998c302987eaba2585e08cf72e5367 (plain)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

int
attribute_hidden
__vdprintf_chk (int d, int flag, const char *fmt, va_list arg)
{
  return __nldbl___vdprintf_chk (d, flag, fmt, arg);
}