diff --git a/src/unix.rs b/src/unix.rs index 0d8a80a06..37cd6b5f4 100644 --- a/src/unix.rs +++ b/src/unix.rs @@ -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"))]