summaryrefslogtreecommitdiff
path: root/arch/x86_64/bits/alltypes.h.sh
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-07-17 17:46:38 -0400
committerRich Felker <dalias@aerifal.cx>2013-07-17 17:46:38 -0400
commit2f5fe458085fe8f9d0448aa1ef4eb9143b8b18ca (patch)
tree8d80ad9f2fbe0c26f8b51bc8be784faf93cca4ce /arch/x86_64/bits/alltypes.h.sh
parentb06dc6663989f8b3c141e439fe89036a44eb7552 (diff)
downloadmusl-2f5fe458085fe8f9d0448aa1ef4eb9143b8b18ca.tar.gz
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/x86_64/bits/alltypes.h.sh')
-rwxr-xr-xarch/x86_64/bits/alltypes.h.sh1
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;