Revision e476492e linux-user/syscall_defs.h

b/linux-user/syscall_defs.h
670 670
};
671 671

  
672 672
#if defined(TARGET_ALPHA)
673
#define TARGET_RLIM_INFINITY	0x7ffffffffffffffful
673
#define TARGET_RLIM_INFINITY	0x7fffffffffffffffull
674 674
#elif defined(TARGET_MIPS) || defined(TARGET_SPARC)
675 675
#define TARGET_RLIM_INFINITY	0x7fffffffUL
676 676
#else

Also available in: Unified diff