From 2b33e5b0ff6caa9d5cb9fa169abefa6f07a6d9cf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 7 Sep 1998 09:56:37 +0000 Subject: Update. 1998-09-06 Andreas Schwab * libio/stdio.h: Fix comment. * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if __USE_ISOC9X. --- libio/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libio/stdio.h') diff --git a/libio/stdio.h b/libio/stdio.h index 87709976be..912a30e198 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -350,7 +350,7 @@ extern int vsscanf __P ((__const char *__restrict __s, __const char *__restrict __format, _G_va_list __arg)) __attribute__ ((__format__ (__scanf__, 2, 0))); -#endif /* Use GNU. */ +#endif /* Use ISO C9x. */ /* Read a character from STREAM. */ -- cgit 1.4.1