diff options
Diffstat (limited to 'lib/libc/stdio/vsscanf.c')
| -rw-r--r-- | lib/libc/stdio/vsscanf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/stdio/vsscanf.c b/lib/libc/stdio/vsscanf.c index 58778f661ae3..81a241ca6e3d 100644 --- a/lib/libc/stdio/vsscanf.c +++ b/lib/libc/stdio/vsscanf.c @@ -62,7 +62,7 @@ int  vsscanf(str, fmt, ap)  	const char *str;  	const char *fmt; -	_BSD_VA_LIST_ ap; +	__va_list ap;  {  	FILE f;  	struct __sFILEX ext; | 
