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/wcscmp.c')
-rw-r--r--newlib/libc/string/wcscmp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wcscmp.c b/newlib/libc/string/wcscmp.c
index 1fb35755c..2784fac16 100644
--- a/newlib/libc/string/wcscmp.c
+++ b/newlib/libc/string/wcscmp.c
@@ -67,8 +67,7 @@ No supporting OS subroutines are required.
* Compare strings.
*/
int
-_DEFUN (wcscmp, (s1, s2),
- const wchar_t * s1,
+wcscmp (const wchar_t * s1,
const wchar_t * s2)
{