diff options
Diffstat (limited to 'newlib/libc/string/wcsncasecmp.c')
-rw-r--r-- | newlib/libc/string/wcsncasecmp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wcsncasecmp.c b/newlib/libc/string/wcsncasecmp.c index 7abb154..b77952a 100644 --- a/newlib/libc/string/wcsncasecmp.c +++ b/newlib/libc/string/wcsncasecmp.c @@ -37,8 +37,7 @@ QUICKREF #include <wctype.h> int -_DEFUN (wcsncasecmp, (s1, s2, n), - const wchar_t *s1, +wcsncasecmp (const wchar_t *s1, const wchar_t *s2, size_t n) { |