blob: 4f5391a9d749adb77921f69767ffa56f7c953f48 [file] [log] [blame]
#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);
}