summaryrefslogtreecommitdiff
path: root/libio/fputwc_u.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/fputwc_u.c')
-rw-r--r--libio/fputwc_u.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/fputwc_u.c b/libio/fputwc_u.c
index 3a92b4fa6d..3bcd997848 100644
--- a/libio/fputwc_u.c
+++ b/libio/fputwc_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2016 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2018 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
@@ -30,7 +30,7 @@
#undef fputwc_unlocked
wint_t
-fputwc_unlocked (wchar_t wc, _IO_FILE *fp)
+fputwc_unlocked (wchar_t wc, FILE *fp)
{
CHECK_FILE (fp, WEOF);
if (_IO_fwide (fp, 1) < 0)