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

@ -60,7 +60,7 @@ provided by Linux on x86-64 architecture.
| 37 | alarm | ✅ |
| 38 | setitimer | ❌ |
| 39 | getpid | ✅ |
| 40 | sendfile | |
| 40 | sendfile | |
| 41 | socket | ✅ |
| 42 | connect | ✅ |
| 43 | accept | ✅ |