sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-isoc23_fwscanf.c
blob4ecb3401434ece766e67703f28e99011a6c3d652
1 #include "nldbl-compat.h"
3 int
4 attribute_hidden
5 __isoc23_fwscanf (FILE *stream, const wchar_t *fmt, ...)
7 va_list arg;
8 int done;
10 va_start (arg, fmt);
11 done = __nldbl___isoc23_vfwscanf (stream, fmt, arg);
12 va_end (arg);
14 return done;