diff options
Diffstat (limited to 'newlib/libc/stdlib/wcstombs_r.c')
-rw-r--r-- | newlib/libc/stdlib/wcstombs_r.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/wcstombs_r.c b/newlib/libc/stdlib/wcstombs_r.c index e74502f46..3bac8a337 100644 --- a/newlib/libc/stdlib/wcstombs_r.c +++ b/newlib/libc/stdlib/wcstombs_r.c @@ -5,8 +5,8 @@ size_t _DEFUN (_wcstombs_r, (reent, s, pwcs, n, state), struct _reent *r _AND - char *s _AND - const wchar_t *pwcs _AND + char *__restrict s _AND + const wchar_t *__restrict pwcs _AND size_t n _AND mbstate_t *state) { |