xref: /qemu/linux-user/sparc/target_resource.h (revision 55ef0b702bc2c90c3c4ed97f97676d8f139e5ca1)
1 #ifndef SPARC_TARGET_RESOURCE_H
2 #define SPARC_TARGET_RESOURCE_H
3 
4 #include "../generic/target_resource.h"
5 
6 #if TARGET_ABI_BITS == 32
7 #undef TARGET_RLIM_INFINITY
8 #define TARGET_RLIM_INFINITY    0x7fffffffUL
9 #endif
10 
11 #undef TARGET_RLIMIT_NOFILE
12 #define TARGET_RLIMIT_NOFILE    6
13 
14 #undef TARGET_RLIMIT_NPROC
15 #define TARGET_RLIMIT_NPROC     7
16 
17 #endif
18