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/putc_u.c')
-rw-r--r--newlib/libc/stdio/putc_u.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/stdio/putc_u.c b/newlib/libc/stdio/putc_u.c
index b53060bed..de4ac2833 100644
--- a/newlib/libc/stdio/putc_u.c
+++ b/newlib/libc/stdio/putc_u.c
@@ -70,8 +70,7 @@ static char sccsid[] = "%W% (Berkeley) %G%";
#undef putc_unlocked
int
-_DEFUN(_putc_unlocked_r, (ptr, c, fp),
- struct _reent *ptr,
+_putc_unlocked_r (struct _reent *ptr,
int c,
register FILE *fp)
{
@@ -82,8 +81,7 @@ _DEFUN(_putc_unlocked_r, (ptr, c, fp),
#ifndef _REENT_ONLY
int
-_DEFUN(putc_unlocked, (c, fp),
- int c,
+putc_unlocked (int c,
register FILE *fp)
{
/* CHECK_INIT is (eventually) called by __swbuf. */