blob: a06f6bf9b4a6844b38455527a44d7575e6da2124 [file] [log] [blame]
#include "nldbl-compat.h"
int
attribute_hidden
__obstack_vprintf_chk (struct obstack *obstack, int flag, const char *fmt,
va_list ap)
{
return __nldbl___obstack_vprintf_chk (obstack, flag, fmt, ap);
}