From e7da3bfca804412c328fa31c4b1dad75d39f7f71 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 21 Jun 1999 14:22:46 +0000 Subject: Update. 1999-06-21 Ulrich Drepper * include/wchar.h: Use __gnuc_va_list not va_list in prototype. --- include/wchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wchar.h') diff --git a/include/wchar.h b/include/wchar.h index fb8ece58f2..f000331a6f 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -41,7 +41,7 @@ extern wchar_t *__wcschrnul __P ((__const wchar_t *__s, wchar_t __wc)); extern int __vfwscanf __P ((FILE *__restrict __s, __const wchar_t *__restrict __format, - va_list __arg)) + __gnuc_va_list __arg)) /* __attribute__ ((__format__ (__wscanf__, 2, 0))) */; # endif #endif -- cgit 1.4.1