mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
@ -1007,6 +1007,8 @@ impl Syscall {
|
||||
Self::fchmodat(dirfd, pathname, mode)
|
||||
}
|
||||
|
||||
SYS_SCHED_YIELD => Self::do_sched_yield(),
|
||||
|
||||
SYS_SCHED_GETAFFINITY => {
|
||||
let pid = args[0] as i32;
|
||||
let size = args[1];
|
||||
|
Reference in New Issue
Block a user