aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/wcsncmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/wcsncmp.c')
-rw-r--r--newlib/libc/string/wcsncmp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wcsncmp.c b/newlib/libc/string/wcsncmp.c
index 2dc7660..aba4f54 100644
--- a/newlib/libc/string/wcsncmp.c
+++ b/newlib/libc/string/wcsncmp.c
@@ -63,8 +63,7 @@ No supporting OS subroutines are required.
#include <wchar.h>
int
-_DEFUN (wcsncmp, (s1, s2, n),
- const wchar_t * s1,
+wcsncmp (const wchar_t * s1,
const wchar_t * s2,
size_t n)
{