Remove useless libc, elf and ucontext, add comments to exceptions

improve propagation of errors in raise_exception
This commit is contained in:
Quentin Legot
2023-04-05 16:02:54 +02:00
parent 41611b54e8
commit 44cfb828fb
7 changed files with 95 additions and 258 deletions

View File

@ -2,7 +2,6 @@ pub mod process;
pub mod thread;
pub mod mgerror;
pub mod system;
mod ucontext;
mod synch;
mod thread_manager;
pub mod exception;