From 249336ae26bdf0ffc0e13432cced60997e7abc4e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 30 Jul 2004 20:55:26 +0000 Subject: cut-n-paste strikes again --- include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stdio.h') diff --git a/include/stdio.h b/include/stdio.h index f9067084e..a00ac7c5b 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -600,7 +600,7 @@ extern int obstack_printf (struct obstack *__restrict __obstack, __THROW __attribute__ ((__format__ (__printf__, 2, 3))); extern int obstack_vprintf (struct obstack *__restrict __obstack, __const char *__restrict __format, - _G_va_list __args) + __gnuc_va_list __args) __THROW __attribute__ ((__format__ (__printf__, 2, 0))); #endif /* Use GNU. */ -- cgit v1.2.3