summaryrefslogtreecommitdiff
path: root/libio/getwchar_u.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/getwchar_u.c')
-rw-r--r--libio/getwchar_u.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libio/getwchar_u.c b/libio/getwchar_u.c
index d10acf1329..d7c2ea15da 100644
--- a/libio/getwchar_u.c
+++ b/libio/getwchar_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2018 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
@@ -32,5 +32,5 @@
wint_t
getwchar_unlocked (void)
{
- return _IO_getwc_unlocked (_IO_stdin);
+ return _IO_getwc_unlocked (stdin);
}