From 00ec11d19e7c5fc99b5383233510c60a565cb01b Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 17 Oct 2019 15:27:00 -0400 Subject: remove per-arch definitions for va_list now that commit f7f1079796abc6f97c69521d2334e9c7d3945dd8 removed the legacy i386 conditional definition, va_list is in no way arch-specific, and has no reason to be in the future. move it to the shared part of alltypes.h.in --- arch/arm/bits/alltypes.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/arm/bits') diff --git a/arch/arm/bits/alltypes.h.in b/arch/arm/bits/alltypes.h.in index 667963c7..b92ca732 100644 --- a/arch/arm/bits/alltypes.h.in +++ b/arch/arm/bits/alltypes.h.in @@ -2,9 +2,6 @@ #define _Int64 long long #define _Reg int -TYPEDEF __builtin_va_list va_list; -TYPEDEF __builtin_va_list __isoc_va_list; - #ifndef __cplusplus TYPEDEF unsigned wchar_t; #endif -- cgit v1.2.1