qapi/char: Deprecate backend type "memory"
[qemu/kevin.git] / linux-user / sparc / target_resource.h
blobd9a2fb814a6140c570a629289d511a3802f0729f
1 #ifndef SPARC_TARGET_RESOURCE_H
2 #define SPARC_TARGET_RESOURCE_H
4 #include "../generic/target_resource.h"
6 #if TARGET_ABI_BITS == 32
7 #undef TARGET_RLIM_INFINITY
8 #define TARGET_RLIM_INFINITY 0x7fffffffUL
9 #endif
11 #undef TARGET_RLIMIT_NOFILE
12 #define TARGET_RLIMIT_NOFILE 6
14 #undef TARGET_RLIMIT_NPROC
15 #define TARGET_RLIMIT_NPROC 7
17 #endif