diff options
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/syscall_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h index 255e89cbd8..6f5a0aada8 100644 --- a/linux-user/syscall_defs.h +++ b/linux-user/syscall_defs.h @@ -670,7 +670,7 @@ struct target_rlimit { }; #if defined(TARGET_ALPHA) -#define TARGET_RLIM_INFINITY 0x7ffffffffffffffful +#define TARGET_RLIM_INFINITY 0x7fffffffffffffffull #elif defined(TARGET_MIPS) || defined(TARGET_SPARC) #define TARGET_RLIM_INFINITY 0x7fffffffUL #else |