diff options
Diffstat (limited to 'newlib/libc/string/wcscpy.c')
-rw-r--r-- | newlib/libc/string/wcscpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/wcscpy.c b/newlib/libc/string/wcscpy.c index 79f065c..2dff639 100644 --- a/newlib/libc/string/wcscpy.c +++ b/newlib/libc/string/wcscpy.c @@ -58,7 +58,7 @@ No supporting OS subroutines are required. wchar_t * _DEFUN (wcscpy, (s1, s2), - wchar_t *__restrict s1 _AND + wchar_t *__restrict s1, _CONST wchar_t *__restrict s2) { wchar_t *p; |