Add syscall getrusage

This commit is contained in:
Chen Chengjun
2024-06-05 15:57:10 +08:00
committed by Tate, Hongliang Tian
parent 57fc6a5402
commit c85438353f
3 changed files with 101 additions and 1 deletions

View File

@ -48,6 +48,7 @@ mod getppid;
mod getrandom;
mod getresgid;
mod getresuid;
mod getrusage;
mod getsid;
mod getsockname;
mod getsockopt;