We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d6732 commit 2c44523Copy full SHA for 2c44523
src/net/if_.rs
@@ -334,6 +334,7 @@ libc_bitflags!(
334
target_os = "macos",
335
target_os = "netbsd",
336
target_os = "openbsd",
337
+ target_os = "illumos",
338
))]
339
#[cfg_attr(docsrs, doc(cfg(all())))]
340
mod if_nameindex {
@@ -465,5 +466,6 @@ mod if_nameindex {
465
466
467
468
469
470
471
pub use if_nameindex::*;
0 commit comments