sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-vwscanf.c
blobb3d0f1be1883a5b10a696d5d0223f1ef835e4ed7
1 /* This file defines one of the deprecated scanf variants. */
2 #include <features.h>
3 #undef __GLIBC_USE_DEPRECATED_SCANF
4 #define __GLIBC_USE_DEPRECATED_SCANF 1
6 #include "nldbl-compat.h"
8 int
9 attribute_hidden
10 weak_function
11 vwscanf (const wchar_t *fmt, va_list ap)
13 return __nldbl_vfwscanf (stdin, fmt, ap);