Add syscall getdents

This commit is contained in:
Fabing Li
2024-06-06 10:46:04 +08:00
committed by Tate, Hongliang Tian
parent 4700ab71bc
commit 053f8d416e
4 changed files with 95 additions and 19 deletions

View File

@ -98,7 +98,7 @@ provided by Linux on x86-64 architecture.
| 75 | fdatasync | ❌ |
| 76 | truncate | ✅ |
| 77 | ftruncate | ✅ |
| 78 | getdents | |
| 78 | getdents | |
| 79 | getcwd | ✅ |
| 80 | chdir | ✅ |
| 81 | fchdir | ✅ |