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/wcsstr.c')
-rw-r--r--newlib/libc/string/wcsstr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wcsstr.c b/newlib/libc/string/wcsstr.c
index d5a031452..e77e50584 100644
--- a/newlib/libc/string/wcsstr.c
+++ b/newlib/libc/string/wcsstr.c
@@ -61,8 +61,7 @@ PORTABILITY
#include <wchar.h>
wchar_t *
-_DEFUN (wcsstr, (big, little),
- const wchar_t *__restrict big,
+wcsstr (const wchar_t *__restrict big,
const wchar_t *__restrict little)
{
const wchar_t *p;