OSDN Git Service

cut-n-paste strikes again
authorEric Andersen <andersen@codepoet.org>
Fri, 30 Jul 2004 20:55:26 +0000 (20:55 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 30 Jul 2004 20:55:26 +0000 (20:55 -0000)
include/stdio.h

index f906708..a00ac7c 100644 (file)
@@ -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.  */