]> git.proxmox.com Git - mirror_qemu.git/blame - linux-user/alpha/target_resource.h
linux-user/hppa: Fixes for TARGET_ABI32
[mirror_qemu.git] / linux-user / alpha / target_resource.h
CommitLineData
b13e49bc
SB
1#ifndef ALPHA_TARGET_RESOURCE_H
2#define ALPHA_TARGET_RESOURCE_H
3
4#include "../generic/target_resource.h"
5
6#undef TARGET_RLIM_INFINITY
7#define TARGET_RLIM_INFINITY 0x7fffffffffffffffull
8
9#undef TARGET_RLIMIT_NOFILE
10#define TARGET_RLIMIT_NOFILE 6
11
12#undef TARGET_RLIMIT_AS
13#define TARGET_RLIMIT_AS 7
14
15#undef TARGET_RLIMIT_NPROC
16#define TARGET_RLIMIT_NPROC 8
17
18#undef TARGET_RLIMIT_MEMLOCK
19#define TARGET_RLIMIT_MEMLOCK 9
20
21#endif