Add dummy syscall sched_getaffinity

This commit is contained in:
Weijie Liu
2024-05-26 04:42:16 +08:00
committed by Tate, Hongliang Tian
parent e1480f94ee
commit 2ecca7af6b
7 changed files with 114 additions and 1 deletions

View File

@ -79,6 +79,7 @@ mod rt_sigaction;
mod rt_sigprocmask;
mod rt_sigreturn;
mod rt_sigsuspend;
mod sched_getaffinity;
mod sched_yield;
mod select;
mod sendfile;