about summary refs log tree commit diff
path: root/libio/vscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/vscanf.c')
-rw-r--r--libio/vscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/vscanf.c b/libio/vscanf.c
index 342dc3effc..526d486399 100644
--- a/libio/vscanf.c
+++ b/libio/vscanf.c
@@ -37,6 +37,6 @@
 int
 _IO_vscanf (const char *format, va_list args)
 {
-  return __vfscanf_internal (_IO_stdin, format, args, 0);
+  return __vfscanf_internal (stdin, format, args, 0);
 }
 ldbl_weak_alias (_IO_vscanf, vscanf)