Files
QEMU-S5L8950X/linux-user/sparc/target_resource.h
T
Yaya48 cf256aa081 Import QEMU upstream snapshot d2e570c
Upstream: https://gitlab.com/qemu-project/qemu.git

Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
2026-08-31 02:15:30 +02:00

18 lines
345 B
C

#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