Add syscall creat

This commit is contained in:
skpupil
2024-05-29 14:43:07 +08:00
committed by Tate, Hongliang Tian
parent fa7d0a787f
commit 4101d8328a
5 changed files with 25 additions and 12 deletions

View File

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