diff options
author | Rich Felker <dalias@aerifal.cx> | 2013-07-17 17:46:38 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2013-07-17 17:46:38 -0400 |
commit | 2f5fe458085fe8f9d0448aa1ef4eb9143b8b18ca (patch) | |
tree | 8d80ad9f2fbe0c26f8b51bc8be784faf93cca4ce /arch | |
parent | b06dc6663989f8b3c141e439fe89036a44eb7552 (diff) | |
download | musl-2f5fe458085fe8f9d0448aa1ef4eb9143b8b18ca.tar.gz musl-2f5fe458085fe8f9d0448aa1ef4eb9143b8b18ca.tar.xz musl-2f5fe458085fe8f9d0448aa1ef4eb9143b8b18ca.zip |
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.
Diffstat (limited to 'arch')
-rwxr-xr-x | arch/x86_64/bits/alltypes.h.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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; |