mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-19 04:26:39 +00:00
Remove the lazy_static
dependency
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
5313689d6f
commit
f762eb8913
@ -360,3 +360,7 @@ macro_rules! log_syscall_entry {
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
pub(super) fn init() {
|
||||
uname::init();
|
||||
}
|
||||
|
Reference in New Issue
Block a user