Make stub for sysinfo syscall

This commit is contained in:
Roman Korostinskiy
2024-12-10 15:59:49 +03:00
committed by Tate, Hongliang Tian
parent 53b873f647
commit b4ebd6e87f
3 changed files with 14 additions and 0 deletions

View File

@ -127,6 +127,7 @@ mod stat;
mod statfs;
mod symlink;
mod sync;
mod sysinfo;
mod tgkill;
mod time;
mod timer_create;