Add dup3 syscall and fix EventFile

This commit is contained in:
Fabing Li
2024-05-31 20:53:54 +08:00
committed by Tate, Hongliang Tian
parent e0c6c29481
commit 8e1aeaf578
6 changed files with 75 additions and 17 deletions

View File

@ -312,7 +312,7 @@ provided by Linux on x86-64 architecture.
| 289 | signalfd4 | ❌ |
| 290 | eventfd2 | ✅ |
| 291 | epoll_create1 | ✅ |
| 292 | dup3 | |
| 292 | dup3 | |
| 293 | pipe2 | ✅ |
| 294 | inotify_init1 | ❌ |
| 295 | preadv | ❌ |