summaryrefslogtreecommitdiff
path: root/src/wchar/vwprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/vwprintf.c')
-rw-r--r--src/wchar/vwprintf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/vwprintf.c b/src/wchar/vwprintf.c
index d3a42e72..e1ab1741 100644
--- a/src/wchar/vwprintf.c
+++ b/src/wchar/vwprintf.c
@@ -5,6 +5,8 @@
int vwprintf(const wchar_t * restrict format, va_list arg)
{
+ SIGNAL_SAFE(0);
+
return vfwprintf(stdout, format, arg);
}