mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02:00
signal: Actually make unix::bsd public
This commit is contained in:
+1
-1
@@ -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"))]
|
||||
|
||||
Reference in New Issue
Block a user