Add syscall statx

Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
This commit is contained in:
Zhenchen Wang
2025-04-14 09:53:17 +00:00
committed by Tate, Hongliang Tian
parent 1130933546
commit 7ac4fa9519
5 changed files with 218 additions and 0 deletions

View File

@ -140,6 +140,7 @@ mod socket;
mod socketpair;
mod stat;
mod statfs;
mod statx;
mod symlink;
mod sync;
mod sysinfo;