about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-07-24 14:00:47 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-07-24 14:00:47 +0200
commit5528cb9f16a66e2921fa7b3229c86d957ec09958 (patch)
tree351954fb740d9ba443ae2d3b33aee0aac8ee2de0 /src
parentd8bc6dcc1b52f12cd1145467f57c9ba6b18a22ca (diff)
downloadbox64-5528cb9f16a66e2921fa7b3229c86d957ec09958.tar.gz
box64-5528cb9f16a66e2921fa7b3229c86d957ec09958.zip
Added syscall 128
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 4ca3547e..59206321 100755
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -143,6 +143,7 @@ scwrap_t syscallwrap[] = {
     { 125, __NR_capget, 2},
     { 126, __NR_capset, 2},
     { 127, __NR_rt_sigpending, 2},
+    { 128, __NR_rt_sigtimedwait, 4},
     //{ 131, __NR_sigaltstack, 2},  // wrapped to use my_sigaltstack*
     { 155, __NR_pivot_root, 2},
     { 157, __NR_prctl, 5 },     // needs wrapping?