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