Implement getcpu syscall and add corresponding test application

This commit is contained in:
wheatfox
2025-02-25 17:24:28 +08:00
committed by Tate, Hongliang Tian
parent 9b8c6b5aa9
commit 6d42a07e95
8 changed files with 63 additions and 1 deletions

View File

@ -37,6 +37,7 @@ mod flock;
mod fork;
mod fsync;
mod futex;
mod getcpu;
mod getcwd;
mod getdents64;
mod getegid;