diff options
Diffstat (limited to 'newlib/libc/stdio/getwchar.c')
-rw-r--r-- | newlib/libc/stdio/getwchar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/getwchar.c b/newlib/libc/stdio/getwchar.c index 61031e5..f432755 100644 --- a/newlib/libc/stdio/getwchar.c +++ b/newlib/libc/stdio/getwchar.c @@ -103,7 +103,7 @@ _DEFUN (_getwchar_r, (ptr), * Synonym for fgetwc(stdin). */ wint_t -_DEFUN_VOID (getwchar) +getwchar (void) { _REENT_SMALL_CHECK_INIT (_REENT); return fgetwc (stdin); |