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/wcslen.c')
-rw-r--r--newlib/libc/string/wcslen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wcslen.c b/newlib/libc/string/wcslen.c
index c92757708..8fa9f723c 100644
--- a/newlib/libc/string/wcslen.c
+++ b/newlib/libc/string/wcslen.c
@@ -55,8 +55,7 @@ No supporting OS subroutines are required.
#include <wchar.h>
size_t
-_DEFUN (wcslen, (s),
- const wchar_t * s)
+wcslen (const wchar_t * s)
{
const wchar_t *p;