From: Rich Felker Date: Wed, 17 Jul 2013 21:46:38 +0000 (-0400) Subject: make spacing in x86_64 alltypes.h.sh more uniform with other archs X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=2f5fe458085fe8f9d0448aa1ef4eb9143b8b18ca 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. --- 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;