Add syscall mknod

Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
This commit is contained in:
Zhenchen Wang
2024-06-02 19:41:00 +08:00
committed by Tate, Hongliang Tian
parent 0cf954801d
commit d8389da797
9 changed files with 108 additions and 7 deletions

View File

@ -62,6 +62,7 @@ mod listen;
mod lseek;
mod madvise;
mod mkdir;
mod mknod;
mod mmap;
mod mount;
mod mprotect;