aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/wcslen.c
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 c927577..8fa9f72 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;