Add syscall ppoll

This commit is contained in:
jiangjianfeng
2025-04-16 08:44:06 +00:00
committed by Tate, Hongliang Tian
parent 1fe0fef410
commit 8815ca384f
12 changed files with 178 additions and 92 deletions

View File

@ -80,6 +80,7 @@ mod open;
mod pause;
mod pipe;
mod poll;
mod ppoll;
mod prctl;
mod pread64;
mod preadv;