diff options
Diffstat (limited to 'arch/x32')
-rw-r--r-- | arch/x32/syscall_arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |