Remove SIGKILL reexport

This commit is contained in:
Alex Crichton
2016-10-05 13:55:45 -07:00
parent 202220034e
commit 72283f178a
+1 -1
View File
@@ -96,7 +96,7 @@ struct SignalState {
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};
impl Signal {