aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/wcsstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/wcsstr.c')
-rw-r--r--newlib/libc/string/wcsstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/wcsstr.c b/newlib/libc/string/wcsstr.c
index bb6e3ed..2fdec0f 100644
--- a/newlib/libc/string/wcsstr.c
+++ b/newlib/libc/string/wcsstr.c
@@ -62,7 +62,7 @@ PORTABILITY
wchar_t *
_DEFUN (wcsstr, (big, little),
- _CONST wchar_t *__restrict big _AND
+ _CONST wchar_t *__restrict big,
_CONST wchar_t *__restrict little)
{
_CONST wchar_t *p;