Add pselect6 syscall

This commit is contained in:
Yuke Peng
2024-06-29 17:10:45 +08:00
committed by Tate, Hongliang Tian
parent 02bf6a9b47
commit 8726d858f2
4 changed files with 31 additions and 1 deletions

View File

@ -76,6 +76,7 @@ mod prctl;
mod pread64;
mod preadv;
mod prlimit64;
mod pselect6;
mod pwrite64;
mod pwritev;
mod read;