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/getchar.c')
-rw-r--r--newlib/libc/stdio/getchar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/stdio/getchar.c b/newlib/libc/stdio/getchar.c
index b3ca289ba..7e0b74848 100644
--- a/newlib/libc/stdio/getchar.c
+++ b/newlib/libc/stdio/getchar.c
@@ -72,8 +72,7 @@ static char sccsid[] = "%W% (Berkeley) %G%";
#undef getchar
int
-_DEFUN(_getchar_r, (reent),
- struct _reent *reent)
+_getchar_r (struct _reent *reent)
{
_REENT_SMALL_CHECK_INIT (reent);
return _getc_r (reent, _stdin_r (reent));