From e12589ea8b823ea6faa620c2e4e38f3350423a0b Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 2 Aug 2023 13:40:42 +0200 Subject: Added syscal 160 (for #14) --- src/emu/x64syscall.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emu') diff --git a/src/emu/x64syscall.c b/src/emu/x64syscall.c index 4f9d6c88..3206b986 100644 --- a/src/emu/x64syscall.c +++ b/src/emu/x64syscall.c @@ -184,6 +184,7 @@ static scwrap_t syscallwrap[] = { { 155, __NR_pivot_root, 2}, { 157, __NR_prctl, 5 }, // needs wrapping? //{ 158, __NR_arch_prctl, 2}, //need wrapping + { 160, __NR_setrlimit, 2}, { 161, __NR_chroot, 1}, { 186, __NR_gettid, 0 }, //0xBA { 200, __NR_tkill, 2 }, -- cgit 1.4.1