diff options
Diffstat (limited to 'newlib/libc/string/wcsncat.c')
-rw-r--r-- | newlib/libc/string/wcsncat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/string/wcsncat.c b/newlib/libc/string/wcsncat.c index 34a6947..57dc903 100644 --- a/newlib/libc/string/wcsncat.c +++ b/newlib/libc/string/wcsncat.c @@ -63,8 +63,8 @@ No supporting OS subroutines are required. wchar_t * _DEFUN (wcsncat, (s1, s2, n), - wchar_t *__restrict s1 _AND - _CONST wchar_t *__restrict s2 _AND + wchar_t *__restrict s1, + _CONST wchar_t *__restrict s2, size_t n) { wchar_t *p; |