summaryrefslogtreecommitdiff
path: root/libio/iofgetws_u.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/iofgetws_u.c')
-rw-r--r--libio/iofgetws_u.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/libio/iofgetws_u.c b/libio/iofgetws_u.c
index 6717978958..eafc45e469 100644
--- a/libio/iofgetws_u.c
+++ b/libio/iofgetws_u.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
@@ -28,10 +28,7 @@
#include <wchar.h>
wchar_t *
-fgetws_unlocked (buf, n, fp)
- wchar_t *buf;
- int n;
- _IO_FILE *fp;
+fgetws_unlocked (wchar_t *buf, int n, _IO_FILE *fp)
{
_IO_size_t count;
wchar_t *result;