diff options
Diffstat (limited to 'newlib/libc/string/wmemchr.c')
-rw-r--r-- | newlib/libc/string/wmemchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/wmemchr.c b/newlib/libc/string/wmemchr.c index 2a6f8e1..8db2f64 100644 --- a/newlib/libc/string/wmemchr.c +++ b/newlib/libc/string/wmemchr.c @@ -64,7 +64,7 @@ No supporting OS subroutines are required. wchar_t * _DEFUN (wmemchr, (s, c, n), - _CONST wchar_t * s, + const wchar_t * s, wchar_t c, size_t n) { |