aboutsummaryrefslogtreecommitdiff
path: root/linux-user/sparc/target_resource.h
blob: d9a2fb814a6140c570a629289d511a3802f0729f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef SPARC_TARGET_RESOURCE_H
#define SPARC_TARGET_RESOURCE_H

#include "../generic/target_resource.h"

#if TARGET_ABI_BITS == 32
#undef TARGET_RLIM_INFINITY
#define TARGET_RLIM_INFINITY    0x7fffffffUL
#endif

#undef TARGET_RLIMIT_NOFILE
#define TARGET_RLIMIT_NOFILE    6

#undef TARGET_RLIMIT_NPROC
#define TARGET_RLIMIT_NPROC     7

#endif