about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-09-11 14:27:02 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-09-11 14:27:02 +0200
commita27283aa9b8a738fea10052df50bd2c7313fa043 (patch)
tree4f0c7b23663e869b120ce2ebb7654b3aeaeb559b /src
parent1eb1bd6800cc28a4ed66d455b6467f1f060ff733 (diff)
downloadbox64-a27283aa9b8a738fea10052df50bd2c7313fa043.tar.gz
box64-a27283aa9b8a738fea10052df50bd2c7313fa043.zip
Added syscall 297
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 bbf9cb63..db71cd08 100755
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -193,6 +193,7 @@ scwrap_t syscallwrap[] = {
     { 292, __NR_dup3, 3},
     { 293, __NR_pipe2, 2},
     { 294, __NR_inotify_init1, 1},
+    { 297, __NR_rt_tgsigqueueinfo, 4},
     { 298, __NR_perf_event_open, 5},
     { 302, __NR_prlimit64, 4},
     { 309, __NR_getcpu, 3}, // need wrapping?