xref: /openbmc/qemu/linux-user/sparc/target_resource.h (revision 0d04c4c9)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
18 

served by {OpenGrok

Last Index Update: Sat Jun 28 03:01:09 CDT 2025