Implement semctl syscall

This commit is contained in:
Yuke Peng
2024-08-10 18:52:03 +08:00
committed by Tate, Hongliang Tian
parent 9d83e76931
commit 60ef523aaf
4 changed files with 125 additions and 1 deletions

View File

@ -86,7 +86,7 @@ provided by Linux on x86-64 architecture.
| 63 | uname | ✅ |
| 64 | semget | ✅ |
| 65 | semop | ✅ |
| 66 | semctl | |
| 66 | semctl | |
| 67 | shmdt | ❌ |
| 68 | msgget | ❌ |
| 69 | msgsnd | ❌ |