summaryrefslogtreecommitdiff
path: root/src/wchar/wcsrtombs_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcsrtombs_s.c')
-rw-r--r--src/wchar/wcsrtombs_s.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wchar/wcsrtombs_s.c b/src/wchar/wcsrtombs_s.c
index 5ae76e42..61d04df0 100644
--- a/src/wchar/wcsrtombs_s.c
+++ b/src/wchar/wcsrtombs_s.c
@@ -7,7 +7,8 @@ errno_t wcsrtombs_s(size_t * restrict retval,
const wchar_t ** restrict src, rsize_t len,
mbstate_t * restrict ps)
{
- __C_EXT(1, 201112L);
+ SIGNAL_SAFE(0);
+
}
/*