mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
signal: Remove SIGKILL reexport
This commit is contained in:
committed by
Carl Lerche
parent
61c4047c6a
commit
f3f8ee431e
+1
-1
@@ -96,7 +96,7 @@ struct SignalState {
|
|||||||
tasks: Vec<(RefCell<Oneshot<()>>, mio::SetReadiness)>,
|
tasks: Vec<(RefCell<Oneshot<()>>, mio::SetReadiness)>,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub use self::libc::{SIGINT, SIGKILL, SIGTERM, SIGUSR1, SIGUSR2};
|
pub use self::libc::{SIGINT, SIGTERM, SIGUSR1, SIGUSR2};
|
||||||
pub use self::libc::{SIGHUP, SIGQUIT, SIGPIPE, SIGALRM, SIGTRAP};
|
pub use self::libc::{SIGHUP, SIGQUIT, SIGPIPE, SIGALRM, SIGTRAP};
|
||||||
|
|
||||||
impl Signal {
|
impl Signal {
|
||||||
|
|||||||
Reference in New Issue
Block a user