mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
Remove SIGKILL reexport
This commit is contained in:
+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