diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/syscall.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/internal/syscall.h b/src/internal/syscall.h index 12cd4371..0a2840ad 100644 --- a/src/internal/syscall.h +++ b/src/internal/syscall.h @@ -4,6 +4,10 @@ #include <sys/syscall.h> #include "syscall_arch.h" +#ifndef SYSCALL_RLIM_INFINITY +#define SYSCALL_RLIM_INFINITY (~0ULL) +#endif + #ifndef __scc #define __scc(X) ((long) (X)) typedef long syscall_arg_t; |