Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 483754997..b8623ba06 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;