add syscall

This commit is contained in:
Masato Imai
2024-10-20 13:21:18 +00:00
parent 9a976ca4d6
commit 0774c349c2
2 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
pub mod cgroup; pub mod cgroup;
pub mod namespace; pub mod namespace;
pub mod syscall;

0
src/syscall/mod.rs Normal file
View File