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

@ -24,6 +24,7 @@ TESTS ?= \
pty_test \
read_test \
rename_test \
sendfile_test \
stat_test \
statfs_test \
symlink_test \

View File

@ -0,0 +1,6 @@
SendFileTest.Overflow
SendFileTest.DoNotSendfileIfOutfileIsAppendOnly
SendFileTest.SendPipeWouldBlock
SendFileTest.SendPipeBlocks
SendFileTest.SendToNotARegularFile
SendFileTest.SendToSpecialFile