Implement semop and semtimedop syscall

This commit is contained in:
Yuke Peng
2024-08-10 18:51:53 +08:00
committed by Tate, Hongliang Tian
parent 4530253a99
commit 9d83e76931
4 changed files with 77 additions and 2 deletions

View File

@ -85,7 +85,7 @@ provided by Linux on x86-64 architecture.
| 62 | kill | ✅ |
| 63 | uname | ✅ |
| 64 | semget | ✅ |
| 65 | semop | |
| 65 | semop | |
| 66 | semctl | ❌ |
| 67 | shmdt | ❌ |
| 68 | msgget | ❌ |
@ -240,7 +240,7 @@ provided by Linux on x86-64 architecture.
| 217 | getdents64 | ✅ |
| 218 | set_tid_address | ✅ |
| 219 | restart_syscall | ❌ |
| 220 | semtimedop | |
| 220 | semtimedop | |
| 221 | fadvise64 | ❌ |
| 222 | timer_create | ✅ |
| 223 | timer_settime | ✅ |