Skip to content

Commit 02b5a92

Browse files
committed
solaris mod
1 parent 3e3c292 commit 02b5a92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ cfg_if! {
293293
} else if #[cfg(unix)] {
294294
mod unix;
295295
pub use unix::*;
296+
} else if #[cfg(target_os = "solaris")] {
297+
mod unix;
298+
pub use unix::solaris;
296299
} else {
297300
// Unknown target_family
298301
}

0 commit comments

Comments
 (0)