summaryrefslogtreecommitdiff
path: root/libio/putwchar.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-09 19:35:52 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-09 19:35:52 +0200
commit4dc1e6e42f1f602e1d2227e112f2db8dce9da763 (patch)
treeab9e005fda642fa7611db77d5328b55322888ad1 /libio/putwchar.c
parent116f7463e46f3ea01217b458137e019a237d3e5f (diff)
parent6772d640a4f4874166a61f1859e1660a2913a89d (diff)
Merge commit 'refs/top-bases/t/hurdsig-global-dispositions' into t/hurdsig-global-dispositions
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);