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

int
attribute_hidden
weak_function
vasprintf (char **result_ptr, const char *fmt, va_list ap)
{
  return __nldbl_vasprintf (result_ptr, fmt, ap);
}