aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/wctomb.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/wctomb.c')
-rw-r--r--newlib/libc/stdlib/wctomb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/wctomb.c b/newlib/libc/stdlib/wctomb.c
index b68a43b..e908d22 100644
--- a/newlib/libc/stdlib/wctomb.c
+++ b/newlib/libc/stdlib/wctomb.c
@@ -46,8 +46,7 @@ effects vary with the locale.
#include "local.h"
int
-_DEFUN (wctomb, (s, wchar),
- char *s,
+wctomb (char *s,
wchar_t wchar)
{
#ifdef _MB_CAPABLE