aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/mblen.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/mblen.c')
-rw-r--r--newlib/libc/stdlib/mblen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/mblen.c b/newlib/libc/stdlib/mblen.c
index 3ea91f4..3753d36 100644
--- a/newlib/libc/stdlib/mblen.c
+++ b/newlib/libc/stdlib/mblen.c
@@ -43,8 +43,7 @@ effects vary with the locale.
#include "local.h"
int
-_DEFUN (mblen, (s, n),
- const char *s,
+mblen (const char *s,
size_t n)
{
#ifdef _MB_CAPABLE