summaryrefslogtreecommitdiff
path: root/libio/iopadn.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/iopadn.c')
-rw-r--r--libio/iopadn.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/libio/iopadn.c b/libio/iopadn.c
index 304ce0877c..0e509df09c 100644
--- a/libio/iopadn.c
+++ b/libio/iopadn.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
@@ -33,10 +33,7 @@ static char const zeroes[PADSIZE] =
{'0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0'};
_IO_ssize_t
-_IO_padn (fp, pad, count)
- _IO_FILE *fp;
- int pad;
- _IO_ssize_t count;
+_IO_padn (_IO_FILE *fp, int pad, _IO_ssize_t count)
{
char padbuf[PADSIZE];
const char *padptr;