diff options
Diffstat (limited to 'arch/mips/syscall_arch.h')
-rw-r--r-- | arch/mips/syscall_arch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/syscall_arch.h b/arch/mips/syscall_arch.h index c52976eb..e62c3398 100644 --- a/arch/mips/syscall_arch.h +++ b/arch/mips/syscall_arch.h @@ -5,6 +5,8 @@ long (__syscall)(long, ...); +#define SYSCALL_RLIM_INFINITY (-1UL/2) + #ifndef __clang__ #define __asm_syscall(...) do { \ |