diff options
Diffstat (limited to 'wcsmbs/isoc99_vwscanf.c')
-rw-r--r-- | wcsmbs/isoc99_vwscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/isoc99_vwscanf.c b/wcsmbs/isoc99_vwscanf.c index d8e229247c..049521b964 100644 --- a/wcsmbs/isoc99_vwscanf.c +++ b/wcsmbs/isoc99_vwscanf.c @@ -22,7 +22,7 @@ /* Read formatted input from STDIN according to the format string FORMAT. */ /* VARARGS2 */ int -__isoc99_vwscanf (const wchar_t *format, _IO_va_list args) +__isoc99_vwscanf (const wchar_t *format, va_list args) { int done; |