diff options
Diffstat (limited to 'newlib/libc/string/wmemchr.c')
-rw-r--r-- | newlib/libc/string/wmemchr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wmemchr.c b/newlib/libc/string/wmemchr.c index 8db2f64..0353e54 100644 --- a/newlib/libc/string/wmemchr.c +++ b/newlib/libc/string/wmemchr.c @@ -63,8 +63,7 @@ No supporting OS subroutines are required. #include <wchar.h> wchar_t * -_DEFUN (wmemchr, (s, c, n), - const wchar_t * s, +wmemchr (const wchar_t * s, wchar_t c, size_t n) { |