diff options
Diffstat (limited to 'libio/vswprintf.c')
-rw-r--r-- | libio/vswprintf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libio/vswprintf.c b/libio/vswprintf.c index c10e586b35..1533a6d02d 100644 --- a/libio/vswprintf.c +++ b/libio/vswprintf.c @@ -31,9 +31,7 @@ static wint_t _IO_wstrn_overflow (_IO_FILE *fp, wint_t c) __THROW; static wint_t -_IO_wstrn_overflow (fp, c) - _IO_FILE *fp; - wint_t c; +_IO_wstrn_overflow (_IO_FILE *fp, wint_t c) { /* When we come to here this means the user supplied buffer is filled. But since we must return the number of characters which |