about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-12-20 17:50:04 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-12-20 17:50:04 +0100
commit23b6617a3f5c1d9551d419a36d120ced9a9cd895 (patch)
tree213c2511ad8fe9336380c749ad774605e6bb13e4 /src
parentab5c02c2ae8f92aa81304b9db9f5689c4fa4864d (diff)
downloadbox64-23b6617a3f5c1d9551d419a36d120ced9a9cd895.tar.gz
box64-23b6617a3f5c1d9551d419a36d120ced9a9cd895.zip
Added 1 more syscall
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 4defd8b9..56400d8f 100644
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -254,6 +254,7 @@ static const scwrap_t syscallwrap[] = {
     #endif
     [285] = {__NR_fallocate, 4},
     [288] = {__NR_accept4, 4},
+    [289] = {__NR_signalfd4, 4},    // this one might need some wrapping
     [290] = {__NR_eventfd2, 2},
     [291] = {__NR_epoll_create1, 1},
     [292] = {__NR_dup3, 3},