Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 b68a43ba7..e908d22c2 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