mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 01:13:23 +00:00
Add sys_signalfd/sys_signalfd implementation
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
7644ca1598
commit
bce23a63bd
@ -302,14 +302,14 @@ provided by Linux on x86-64 architecture.
|
||||
| 279 | move_pages | ❌ |
|
||||
| 280 | utimensat | ✅ |
|
||||
| 281 | epoll_pwait | ✅ |
|
||||
| 282 | signalfd | ❌ |
|
||||
| 282 | signalfd | ✅ |
|
||||
| 283 | timerfd_create | ❌ |
|
||||
| 284 | eventfd | ✅ |
|
||||
| 285 | fallocate | ✅ |
|
||||
| 286 | timerfd_settime | ❌ |
|
||||
| 287 | timerfd_gettime | ❌ |
|
||||
| 288 | accept4 | ✅ |
|
||||
| 289 | signalfd4 | ❌ |
|
||||
| 289 | signalfd4 | ✅ |
|
||||
| 290 | eventfd2 | ✅ |
|
||||
| 291 | epoll_create1 | ✅ |
|
||||
| 292 | dup3 | ✅ |
|
||||
|
Reference in New Issue
Block a user