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