about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-06-05 16:29:09 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-06-05 16:29:09 +0200
commit1ae19066376651d29d6322ccd3728479d2c4d147 (patch)
tree09aca7b3b5bef6ca4d3630ab6481fb59bdd025cd /src
parent5a0fc820d49dd97ac9b521646396dceaaa738863 (diff)
downloadbox64-1ae19066376651d29d6322ccd3728479d2c4d147.tar.gz
box64-1ae19066376651d29d6322ccd3728479d2c4d147.zip
Added syscall 317
Diffstat (limited to 'src')
-rwxr-xr-xsrc/emu/x64syscall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64syscall.c b/src/emu/x64syscall.c
index 1dfe94fe..17d1af46 100755
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -169,6 +169,7 @@ scwrap_t syscallwrap[] = {
     { 298, __NR_perf_event_open, 5},
     { 309, __NR_getcpu, 3}, // need wrapping?
     { 315, __NR_sched_getattr, 4},
+    { 317, __NR_seccomp, 3},
     { 318, __NR_getrandom, 3},
     { 319, __NR_memfd_create, 2},
     #ifdef __NR_statx