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

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