mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 00:43:24 +00:00
Implement semop and semtimedop syscall
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
4530253a99
commit
9d83e76931
@ -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 | ✅ |
|
||||
|
Reference in New Issue
Block a user