]> git.proxmox.com Git - mirror_qemu.git/blob - linux-user/sparc/target_resource.h
linux-user/sparc: Handle floating-point exceptions
[mirror_qemu.git] / linux-user / sparc / target_resource.h
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