Add syscall accept4

This commit is contained in:
Jianfeng Jiang
2023-12-12 03:28:22 +00:00
committed by Tate, Hongliang Tian
parent ea25157790
commit b11e6d2d62
3 changed files with 68 additions and 9 deletions

View File

@ -308,7 +308,7 @@ provided by Linux on x86-64 architecture.
| 285 | fallocate | ❌ |
| 286 | timerfd_settime | ❌ |
| 287 | timerfd_gettime | ❌ |
| 288 | accept4 | |
| 288 | accept4 | |
| 289 | signalfd4 | ❌ |
| 290 | eventfd2 | ✅ |
| 291 | epoll_create1 | ✅ |