From d8b587796f7cfa0c3aa780ad19afe2e30ce84a09 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 23 Feb 2014 05:43:09 -0500 Subject: mostly-cosmetic fixups to x32 port merge --- arch/x32/syscall_arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/x32/syscall_arch.h b/arch/x32/syscall_arch.h index 57e76896..39a0325b 100644 --- a/arch/x32/syscall_arch.h +++ b/arch/x32/syscall_arch.h @@ -2,7 +2,7 @@ #define __SYSCALL_LL_O(x) (x) #define __scc(X) sizeof(1?(X):0ULL) < 8 ? (unsigned long) (X) : (long long) (X) -#define syscall_arg_t long long +typedef long long syscall_arg_t; struct __timespec { long long tv_sec; long tv_nsec; }; struct __timespec_kernel { long long tv_sec; long long tv_nsec; }; #define __tsc(X) ((struct __timespec*)(unsigned long)(X)) -- cgit v1.2.1