Add and refactor read-write syscalls

This commit is contained in:
Fabing Li
2024-06-27 22:35:07 +08:00
committed by Tate, Hongliang Tian
parent e8a3e00dec
commit 12db7ec55d
15 changed files with 418 additions and 85 deletions

View File

@ -73,7 +73,10 @@ mod pipe;
mod poll;
mod prctl;
mod pread64;
mod preadv;
mod prlimit64;
mod pwrite64;
mod pwritev;
mod read;
mod readlink;
mod recvfrom;
@ -128,7 +131,6 @@ mod utimens;
mod wait4;
mod waitid;
mod write;
mod writev;
/// This macro is used to define syscall handler.
/// The first param is ths number of parameters,