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