Add syscall umount.

Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
This commit is contained in:
Zhenchen Wang
2024-05-18 13:43:19 +08:00
committed by Tate, Hongliang Tian
parent a893ceca4a
commit 980ffb5a98
8 changed files with 123 additions and 56 deletions

View File

@ -185,8 +185,8 @@ provided by Linux on x86-64 architecture.
| 162 | sync | ✅ |
| 163 | acct | ❌ |
| 164 | settimeofday | ❌ |
| 165 | mount | |
| 166 | umount2 | |
| 165 | mount | |
| 166 | umount2 | |
| 167 | swapon | ❌ |
| 168 | swapoff | ❌ |
| 169 | reboot | ❌ |