From 2f5fe458085fe8f9d0448aa1ef4eb9143b8b18ca Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 17 Jul 2013 17:46:38 -0400 Subject: [PATCH] make spacing in x86_64 alltypes.h.sh more uniform with other archs patch by Luka Perkov, who noted that all other archs have a newline. --- arch/x86_64/bits/alltypes.h.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86_64/bits/alltypes.h.sh b/arch/x86_64/bits/alltypes.h.sh index d3550f56..e5b8d47f 100755 --- a/arch/x86_64/bits/alltypes.h.sh +++ b/arch/x86_64/bits/alltypes.h.sh @@ -19,6 +19,7 @@ union \1 \2;\ TYPEDEF unsigned long size_t; TYPEDEF long ssize_t; TYPEDEF long ptrdiff_t; + TYPEDEF __builtin_va_list va_list; TYPEDEF __builtin_va_list __isoc_va_list; -- 2.20.1