Add syscall getpgid

This commit is contained in:
ZephyrZhang
2024-10-25 19:42:51 +08:00
committed by Tate, Hongliang Tian
parent f287110001
commit 10cc85d588
5 changed files with 38 additions and 3 deletions

View File

@ -44,6 +44,7 @@ mod geteuid;
mod getgid;
mod getgroups;
mod getpeername;
mod getpgid;
mod getpgrp;
mod getpid;
mod getppid;