Support for timerfd-related syscalls

This commit is contained in:
Chen Chengjun
2025-04-25 16:16:46 +08:00
committed by Tate, Hongliang Tian
parent 34048c8cbc
commit 1775bb0861
10 changed files with 344 additions and 18 deletions

View File

@ -303,11 +303,11 @@ provided by Linux on x86-64 architecture.
| 280 | utimensat | ✅ |
| 281 | epoll_pwait | ✅ |
| 282 | signalfd | ✅ |
| 283 | timerfd_create | |
| 283 | timerfd_create | |
| 284 | eventfd | ✅ |
| 285 | fallocate | ✅ |
| 286 | timerfd_settime | |
| 287 | timerfd_gettime | |
| 286 | timerfd_settime | |
| 287 | timerfd_gettime | |
| 288 | accept4 | ✅ |
| 289 | signalfd4 | ✅ |
| 290 | eventfd2 | ✅ |