diff options
Diffstat (limited to 'wcsmbs/isoc99_vfwscanf.c')
-rw-r--r-- | wcsmbs/isoc99_vfwscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/isoc99_vfwscanf.c b/wcsmbs/isoc99_vfwscanf.c index 5e6d91fb21..7beb45b4d3 100644 --- a/wcsmbs/isoc99_vfwscanf.c +++ b/wcsmbs/isoc99_vfwscanf.c @@ -22,7 +22,7 @@ /* Read formatted input from STREAM according to the format string FORMAT. */ /* VARARGS2 */ int -__isoc99_vfwscanf (FILE *stream, const wchar_t *format, _IO_va_list args) +__isoc99_vfwscanf (FILE *stream, const wchar_t *format, va_list args) { int done; |