Remove the lazy_static dependency

This commit is contained in:
Qingsong Chen
2024-11-28 05:53:22 +00:00
committed by Tate, Hongliang Tian
parent 5313689d6f
commit f762eb8913
13 changed files with 48 additions and 59 deletions

View File

@ -360,3 +360,7 @@ macro_rules! log_syscall_entry {
}
};
}
pub(super) fn init() {
uname::init();
}