signal: Actually make unix::bsd public

This commit is contained in:
Alan Somers
2018-09-10 11:30:07 -07:00
committed by Carl Lerche
parent 90ea2f6c5b
commit b7f5bc95fe
+1 -1
View File
@@ -41,7 +41,7 @@ pub use self::libc::{SIGALRM, SIGHUP, SIGPIPE, SIGQUIT, SIGTRAP};
target_os = "netbsd",
target_os = "openbsd",
))]
mod bsd {
pub mod bsd {
#[cfg(any(target_os = "dragonfly", target_os = "freebsd",
target_os = "macos", target_os = "netbsd",
target_os = "openbsd"))]