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

int
attribute_hidden
__vasprintf_chk (char **result_ptr, int flag, const char *fmt, va_list ap)
{
  return __nldbl___vasprintf_chk (result_ptr, flag, fmt, ap);
}