diff options
Diffstat (limited to 'newlib/libc/string/wmemmove.c')
-rw-r--r-- | newlib/libc/string/wmemmove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/wmemmove.c b/newlib/libc/string/wmemmove.c index 567f55a..22b5a98 100644 --- a/newlib/libc/string/wmemmove.c +++ b/newlib/libc/string/wmemmove.c @@ -68,7 +68,7 @@ No supporting OS subroutines are required. wchar_t * _DEFUN (wmemmove, (d, s, n), wchar_t * d, - _CONST wchar_t * s, + const wchar_t * s, size_t n) { |