summaryrefslogtreecommitdiff
path: root/libio/getwc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/getwc.c')
-rw-r--r--libio/getwc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libio/getwc.c b/libio/getwc.c
index a6e8fd7e97..dc41d71fc2 100644
--- a/libio/getwc.c
+++ b/libio/getwc.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
@@ -31,8 +31,7 @@
#undef _IO_getwc
wint_t
-_IO_getwc (fp)
- FILE *fp;
+_IO_getwc (FILE *fp)
{
wint_t result;
CHECK_FILE (fp, WEOF);