From 40e20c10768c3dcfc54074b8886e3e91455332e1 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Thu, 14 Jun 2012 14:18:50 +0100 Subject: [PATCH] Added gensyscalls headers for x86_64. --- src/tools/gensyscalls/arch/x86_64/arch_gensyscalls.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/tools/gensyscalls/arch/x86_64/arch_gensyscalls.h diff --git a/src/tools/gensyscalls/arch/x86_64/arch_gensyscalls.h b/src/tools/gensyscalls/arch/x86_64/arch_gensyscalls.h new file mode 100644 index 0000000000..620802d3a9 --- /dev/null +++ b/src/tools/gensyscalls/arch/x86_64/arch_gensyscalls.h @@ -0,0 +1,2 @@ +#define SYSCALL_RETURN_TYPE_ALIGNMENT_TYPE long +#define SYSCALL_PARAMETER_ALIGNMENT_TYPE long