Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git] / linux-user / alpha / target_resource.h
blobc9b082faee4abe236462a8b6a6939e326ebe718e
1 #ifndef ALPHA_TARGET_RESOURCE_H
2 #define ALPHA_TARGET_RESOURCE_H
4 #include "../generic/target_resource.h"
6 #undef TARGET_RLIM_INFINITY
7 #define TARGET_RLIM_INFINITY 0x7fffffffffffffffull
9 #undef TARGET_RLIMIT_NOFILE
10 #define TARGET_RLIMIT_NOFILE 6
12 #undef TARGET_RLIMIT_AS
13 #define TARGET_RLIMIT_AS 7
15 #undef TARGET_RLIMIT_NPROC
16 #define TARGET_RLIMIT_NPROC 8
18 #undef TARGET_RLIMIT_MEMLOCK
19 #define TARGET_RLIMIT_MEMLOCK 9
21 #endif