diff options
Diffstat (limited to 'stdio-common/vfscanf.c')
-rw-r--r-- | stdio-common/vfscanf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index a3c058495e..a0bb63281c 100644 --- a/stdio-common/vfscanf.c +++ b/stdio-common/vfscanf.c @@ -98,10 +98,7 @@ _IO_vfscanf (s, format, argptr, errp) int *errp; #else int -__vfscanf (s, format, arg) - FILE *s; - const char *format; - va_list argptr; +__vfscanf (FILE *s, const char *format, va_list argptr) #endif { va_list arg = (va_list) argptr; |