diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c b/sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c new file mode 100644 index 0000000000..a06f6bf9b4 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c @@ -0,0 +1,9 @@ +#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); +} |