about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-06-30 17:58:34 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-06-30 17:58:34 +0200
commit0c7168648f0a331d15dfb90421a46976843fb34c (patch)
tree7e554ed1bb249cd093dc6fec7c17b60a5633f9e3 /src
parent26f8a756cbcb52b4c21ee6371d5e3caa66551bb8 (diff)
downloadbox64-0c7168648f0a331d15dfb90421a46976843fb34c.tar.gz
box64-0c7168648f0a331d15dfb90421a46976843fb34c.zip
Added syscall 270 (for #333)
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 8950e2e5..ca857055 100755
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -164,6 +164,7 @@ scwrap_t syscallwrap[] = {
     { 254, __NR_inotify_add_watch, 3},
     { 255, __NR_inotify_rm_watch, 2},
     { 257, __NR_openat, 4},
+    { 270, __NR_pselect6, 6},
     { 272, __NR_unshare, 1},
     { 274, __NR_get_robust_list, 3},
     { 294, __NR_inotify_init1, 1},