aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/wcsxfrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/wcsxfrm.c')
-rw-r--r--newlib/libc/string/wcsxfrm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/string/wcsxfrm.c b/newlib/libc/string/wcsxfrm.c
index e11516f..6911b21 100644
--- a/newlib/libc/string/wcsxfrm.c
+++ b/newlib/libc/string/wcsxfrm.c
@@ -37,8 +37,8 @@ PORTABILITY
size_t
_DEFUN (wcsxfrm, (a, b, n),
- wchar_t *__restrict a _AND
- _CONST wchar_t *__restrict b _AND
+ wchar_t *__restrict a,
+ _CONST wchar_t *__restrict b,
size_t n)
{