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