diff options
Diffstat (limited to 'libio/vasprintf.c')
-rw-r--r-- | libio/vasprintf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libio/vasprintf.c b/libio/vasprintf.c index 7f9c1050ff..61cdfdd0e2 100644 --- a/libio/vasprintf.c +++ b/libio/vasprintf.c @@ -32,10 +32,7 @@ #include "strfile.h" int -_IO_vasprintf (result_ptr, format, args) - char **result_ptr; - const char *format; - _IO_va_list args; +_IO_vasprintf (char **result_ptr, const char *format, _IO_va_list args) { /* Initial size of the buffer to be used. Will be doubled each time an overflow occurs. */ |