From 88e70606744ffae9b4e2da6bc610c01548efde48 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 5 Jun 1994 01:06:20 +0000 Subject: [PATCH] (__gnuc_va_list): Use instead of va_list. From-SVN: r7446 --- gcc/sys-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/sys-types.h b/gcc/sys-types.h index 4fb351a9dbb2..527472f060bf 100644 --- a/gcc/sys-types.h +++ b/gcc/sys-types.h @@ -165,7 +165,7 @@ typedef int ushort; typedef int ulong; typedef int uint; -typedef int va_list; +typedef int __gnuc_va_list; typedef int archdr; typedef int AUTH; -- 2.47.2