diff options
Diffstat (limited to 'arch/mips/syscall_arch.h')
-rw-r--r-- | arch/mips/syscall_arch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/syscall_arch.h b/arch/mips/syscall_arch.h index 7c7f9a1a..43404c9e 100644 --- a/arch/mips/syscall_arch.h +++ b/arch/mips/syscall_arch.h @@ -3,8 +3,6 @@ ((union { long long ll; long l[2]; }){ .ll = x }).l[1] #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x)) -#define __SYSCALL_SSLEN 16 - #ifndef __clang__ #define __asm_syscall(...) do { \ |