Skip to content

Commit

Permalink
cptbox: add sys_futex_waitv syscall (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoj-build authored Nov 2, 2021
1 parent 7e8da0f commit d3c2950
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ sys_ftruncate: int
sys_ftruncate64: int
sys_futex: int
sys_futex_time64: int
sys_futex_waitv: int
sys_futimens: int
sys_futimes: int
sys_futimesat: int
Expand Down
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-arm.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -438,3 +438,4 @@
445 landlock_add_rule
446 landlock_restrict_self
448 process_mrelease
449 futex_waitv
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-generic.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,4 @@
446 landlock_restrict_self
447 memfd_secret
448 process_mrelease
449 futex_waitv
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-generic32.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,4 @@
446 landlock_restrict_self
447 memfd_secret
448 process_mrelease
449 futex_waitv
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-x32.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@
446 landlock_restrict_self
447 memfd_secret
448 process_mrelease
449 futex_waitv
512 rt_sigaction
513 rt_sigreturn
514 ioctl
Expand Down
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-x64.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,4 @@
446 landlock_restrict_self
447 memfd_secret
448 process_mrelease
449 futex_waitv
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-x86.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -436,3 +436,4 @@
446 landlock_restrict_self
447 memfd_secret
448 process_mrelease
449 futex_waitv

0 comments on commit d3c2950

Please sign in to comment.