diff options
Diffstat (limited to 'src/wchar/fwprintf_s.c')
| -rw-r--r-- | src/wchar/fwprintf_s.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wchar/fwprintf_s.c b/src/wchar/fwprintf_s.c index ae271c2d..8a4544a4 100644 --- a/src/wchar/fwprintf_s.c +++ b/src/wchar/fwprintf_s.c @@ -5,7 +5,8 @@ int fwprintf_s(FILE * restrict stream, const wchar_t * restrict format, ...) { - __C_EXT(1, 201112L); + SIGNAL_SAFE(0); + va_list ap; va_start(ap, format); int ret = vfwprintf_s(stream, format, ap); |
