aboutsummaryrefslogtreecommitdiff
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 9af50be..a933d9a 100644
--- a/libio/getchar_u.c
+++ b/libio/getchar_u.c
@@ -32,5 +32,5 @@
int
getchar_unlocked (void)
{
- return _IO_getc_unlocked (_IO_stdin);
+ return _IO_getc_unlocked (stdin);
}