aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/wcscat.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/wcscat.c')
-rw-r--r--newlib/libc/string/wcscat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/wcscat.c b/newlib/libc/string/wcscat.c
index 586512d..900c3cc 100644
--- a/newlib/libc/string/wcscat.c
+++ b/newlib/libc/string/wcscat.c
@@ -62,7 +62,7 @@ No supporting OS subroutines are required.
wchar_t *
_DEFUN (wcscat, (s1, s2),
- wchar_t *__restrict s1 _AND
+ wchar_t *__restrict s1,
_CONST wchar_t *__restrict s2)
{
wchar_t *p;