aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/wcscasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/wcscasecmp.c')
-rw-r--r--newlib/libc/string/wcscasecmp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wcscasecmp.c b/newlib/libc/string/wcscasecmp.c
index 4837549..b8623ba 100644
--- a/newlib/libc/string/wcscasecmp.c
+++ b/newlib/libc/string/wcscasecmp.c
@@ -36,8 +36,7 @@ QUICKREF
#include <wctype.h>
int
-_DEFUN (wcscasecmp, (s1, s2),
- const wchar_t *s1,
+wcscasecmp (const wchar_t *s1,
const wchar_t *s2)
{
int d = 0;