mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 08:53:29 +00:00
Support wait_interruptible with SigQueueObserver
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
ec857e5205
commit
d2aa06cbe2
@ -1,5 +1,6 @@
|
||||
pub mod c_types;
|
||||
pub mod constants;
|
||||
mod events;
|
||||
pub mod sig_action;
|
||||
pub mod sig_disposition;
|
||||
pub mod sig_mask;
|
||||
@ -7,6 +8,8 @@ pub mod sig_num;
|
||||
pub mod sig_queues;
|
||||
pub mod signals;
|
||||
|
||||
pub use events::{SigEvents, SigEventsFilter, SigQueueObserver};
|
||||
|
||||
use core::mem;
|
||||
|
||||
use align_ext::AlignExt;
|
||||
|
Reference in New Issue
Block a user