diff options
Diffstat (limited to 'src/wchar/wprintf.c')
| -rw-r--r-- | src/wchar/wprintf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wprintf.c b/src/wchar/wprintf.c index fed68cc0..84e349e2 100644 --- a/src/wchar/wprintf.c +++ b/src/wchar/wprintf.c @@ -5,6 +5,8 @@ int wprintf(const wchar_t * restrict format, ...) { + SIGNAL_SAFE(0); + va_list ap; va_start(ap, format); int ret = vwprintf(format, ap); |
