mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 00:43:24 +00:00
Add syscall eventfd and eventfd2
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
ccc4e6ec6b
commit
078f9a8891
@ -304,13 +304,13 @@ provided by Linux on x86-64 architecture.
|
||||
| 281 | epoll_pwait | ✅ |
|
||||
| 282 | signalfd | ❌ |
|
||||
| 283 | timerfd_create | ❌ |
|
||||
| 284 | eventfd | ❌ |
|
||||
| 284 | eventfd | ✅ |
|
||||
| 285 | fallocate | ❌ |
|
||||
| 286 | timerfd_settime | ❌ |
|
||||
| 287 | timerfd_gettime | ❌ |
|
||||
| 288 | accept4 | ❌ |
|
||||
| 289 | signalfd4 | ❌ |
|
||||
| 290 | eventfd2 | ❌ |
|
||||
| 290 | eventfd2 | ✅ |
|
||||
| 291 | epoll_create1 | ✅ |
|
||||
| 292 | dup3 | ❌ |
|
||||
| 293 | pipe2 | ✅ |
|
||||
|
Reference in New Issue
Block a user