Add syscall sendfile

This commit is contained in:
Jianfeng Jiang
2023-12-04 09:37:28 +00:00
committed by Tate, Hongliang Tian
parent 14ada9000a
commit c04fd0c9a0
6 changed files with 131 additions and 1 deletions

View File

@ -81,6 +81,7 @@ mod rt_sigreturn;
mod rt_sigsuspend;
mod sched_yield;
mod select;
mod sendfile;
mod sendto;
mod set_get_priority;
mod set_robust_list;