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/stdio/fputwc_u.c')
-rw-r--r--newlib/libc/stdio/fputwc_u.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/stdio/fputwc_u.c b/newlib/libc/stdio/fputwc_u.c
index 4d4f07a0a..d4e51532a 100644
--- a/newlib/libc/stdio/fputwc_u.c
+++ b/newlib/libc/stdio/fputwc_u.c
@@ -30,8 +30,7 @@
#include "local.h"
wint_t
-_DEFUN(_fputwc_unlocked_r, (ptr, wc, fp),
- struct _reent *ptr,
+_fputwc_unlocked_r (struct _reent *ptr,
wchar_t wc,
FILE *fp)
{
@@ -40,8 +39,7 @@ _DEFUN(_fputwc_unlocked_r, (ptr, wc, fp),
}
wint_t
-_DEFUN(fputwc_unlocked, (wc, fp),
- wchar_t wc,
+fputwc_unlocked (wchar_t wc,
FILE *fp)
{
struct _reent *reent = _REENT;