summaryrefslogtreecommitdiff
path: root/libio/getchar_u.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/getchar_u.c')
-rw-r--r--libio/getchar_u.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/getchar_u.c b/libio/getchar_u.c
index 9f22aa5299..c01d957154 100644
--- a/libio/getchar_u.c
+++ b/libio/getchar_u.c
@@ -30,7 +30,7 @@
#undef getchar_unlocked
int
-getchar_unlocked ()
+getchar_unlocked (void)
{
return _IO_getc_unlocked (_IO_stdin);
}