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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/mblen.c b/newlib/libc/stdlib/mblen.c
index 30d759b..3ea91f4 100644
--- a/newlib/libc/stdlib/mblen.c
+++ b/newlib/libc/stdlib/mblen.c
@@ -44,7 +44,7 @@ effects vary with the locale.
int
_DEFUN (mblen, (s, n),
- const char *s _AND
+ const char *s,
size_t n)
{
#ifdef _MB_CAPABLE