Implement semget syscall

This commit is contained in:
Yuke Peng
2024-08-10 18:50:59 +08:00
committed by Tate, Hongliang Tian
parent b7a5f797de
commit 4530253a99
4 changed files with 70 additions and 1 deletions

View File

@ -84,7 +84,7 @@ provided by Linux on x86-64 architecture.
| 61 | wait4 | ✅ |
| 62 | kill | ✅ |
| 63 | uname | ✅ |
| 64 | semget | |
| 64 | semget | |
| 65 | semop | ❌ |
| 66 | semctl | ❌ |
| 67 | shmdt | ❌ |