From 713458ac81144be3284221740e53c007547cbece Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 15 Nov 2023 14:13:06 +0100 Subject: Added syscall 266 (for #1066) --- src/emu/x64syscall.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/emu/x64syscall.c b/src/emu/x64syscall.c index 8d8d3652..11fa0fc6 100644 --- a/src/emu/x64syscall.c +++ b/src/emu/x64syscall.c @@ -239,6 +239,7 @@ static const scwrap_t syscallwrap[] = { #ifdef __NR_renameat { 264, __NR_renameat, 4}, #endif + { 266, __NR_symlinkat, 3}, { 267, __NR_readlinkat, 4}, { 268, __NR_fchmodat, 3}, { 270, __NR_pselect6, 6}, -- cgit 1.4.1