summaryrefslogtreecommitdiff
path: root/libio/putwchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/putwchar.c')
-rw-r--r--libio/putwchar.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libio/putwchar.c b/libio/putwchar.c
index 41d834b144..2534954b4f 100644
--- a/libio/putwchar.c
+++ b/libio/putwchar.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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
@@ -19,8 +19,7 @@
#include <wchar.h>
wint_t
-putwchar (wc)
- wchar_t wc;
+putwchar (wchar_t wc)
{
wint_t result;
_IO_acquire_lock (_IO_stdout);