summaryrefslogtreecommitdiff
path: root/libio/iofwrite_u.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/iofwrite_u.c')
-rw-r--r--libio/iofwrite_u.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/libio/iofwrite_u.c b/libio/iofwrite_u.c
index 09bf9f5db7..188321bb08 100644
--- a/libio/iofwrite_u.c
+++ b/libio/iofwrite_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
@@ -30,11 +30,8 @@
#undef fwrite_unlocked
_IO_size_t
-fwrite_unlocked (buf, size, count, fp)
- const void *buf;
- _IO_size_t size;
- _IO_size_t count;
- _IO_FILE *fp;
+fwrite_unlocked (const void *buf, _IO_size_t size, _IO_size_t count,
+ _IO_FILE *fp)
{
_IO_size_t request = size * count;
_IO_size_t written = 0;