Skip to content

Commit

Permalink
cptbox: update syscall lists
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoj-build committed Aug 3, 2024
1 parent 3dd84a7 commit 7d0508e
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -732,6 +732,7 @@ sys_unlink: int
sys_unlinkat: int
sys_unmount: int
sys_unshare: int
sys_uretprobe: int
sys_uselib: int
sys_userfaultfd: int
sys_ustat: int
Expand Down
1 change: 1 addition & 0 deletions dmoj/cptbox/syscalls/linux-x32.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
332 statx
333 io_pgetevents
334 rseq
335 uretprobe
424 pidfd_send_signal
425 io_uring_setup
426 io_uring_enter
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 @@ -333,6 +333,7 @@
332 statx
333 io_pgetevents
334 rseq
335 uretprobe
424 pidfd_send_signal
425 io_uring_setup
426 io_uring_enter
Expand Down

0 comments on commit 7d0508e

Please sign in to comment.