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

@ -11,6 +11,7 @@ TESTS ?= \
chown_test \
chroot_test \
creat_test \
dup_test \
epoll_test \
eventfd_test \
fsync_test \