summaryrefslogtreecommitdiff
path: root/libio/fwide.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/fwide.c')
-rw-r--r--libio/fwide.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libio/fwide.c b/libio/fwide.c
index 1a93e74c2e..b9dceeaf22 100644
--- a/libio/fwide.c
+++ b/libio/fwide.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1999-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
@@ -29,9 +29,7 @@
#include <wchar.h>
int
-fwide (fp, mode)
- _IO_FILE *fp;
- int mode;
+fwide (_IO_FILE *fp, int mode)
{
int result;