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.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libio/fputwc_u.c b/libio/fputwc_u.c
index 86e10590d2..3a92b4fa6d 100644
--- a/libio/fputwc_u.c
+++ b/libio/fputwc_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2016 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,9 +30,7 @@
#undef fputwc_unlocked
wint_t
-fputwc_unlocked (wc, fp)
- wchar_t wc;
- _IO_FILE *fp;
+fputwc_unlocked (wchar_t wc, _IO_FILE *fp)
{
CHECK_FILE (fp, WEOF);
if (_IO_fwide (fp, 1) < 0)