about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/x64syscall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64syscall.c b/src/emu/x64syscall.c
index c450ef06..4defd8b9 100644
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -264,6 +264,7 @@ static const scwrap_t syscallwrap[] = {
     [302] = {__NR_prlimit64, 4},
     [309] = {__NR_getcpu, 3}, // need wrapping?
     [315] = {__NR_sched_getattr, 4},
+    [316] = {__NR_renameat2, 5},
     //[317] = {__NR_seccomp, 3},
     [318] = {__NR_getrandom, 3},
     [319] = {__NR_memfd_create, 2},