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

@ -141,7 +141,7 @@ provided by Linux on x86-64 architecture.
| 118 | getresuid | ✅ |
| 119 | setresgid | ✅ |
| 120 | getresgid | ✅ |
| 121 | getpgid | |
| 121 | getpgid | |
| 122 | setfsuid | ✅ |
| 123 | setfsgid | ✅ |
| 124 | getsid | ✅ |