summaryrefslogtreecommitdiff
path: root/src/wchar/vfwprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/vfwprintf.c')
-rw-r--r--src/wchar/vfwprintf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/vfwprintf.c b/src/wchar/vfwprintf.c
index d9cf9b8e..89e4c6b5 100644
--- a/src/wchar/vfwprintf.c
+++ b/src/wchar/vfwprintf.c
@@ -8,6 +8,8 @@
int vfwprintf(FILE * restrict stream, const wchar_t * restrict format, va_list arg)
{
+ SIGNAL_SAFE(0);
+
int ret = 0;
struct io_options opt = {0};
opt.fnname = "vfwprintf";