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