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

@ -116,6 +116,7 @@ mod timer_create;
mod timer_settime;
mod truncate;
mod umask;
mod umount;
mod uname;
mod unlink;
mod utimens;