diff options
Diffstat (limited to 'src/wchar/wmemmove_s.c')
-rw-r--r-- | src/wchar/wmemmove_s.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wchar/wmemmove_s.c b/src/wchar/wmemmove_s.c index fb108314..7ce61e30 100644 --- a/src/wchar/wmemmove_s.c +++ b/src/wchar/wmemmove_s.c @@ -4,7 +4,8 @@ errno_t wmemmove_s(whcar_t *s1, rsize_t s1max, const wchar_t *s2, rsize_t n) { - __C_EXT(1, 201112L); + SIGNAL_SAFE(0); + } /* |