Skip to content

Commit

Permalink
Removed MSG_WAITFORONE from illumos
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenengler committed Apr 25, 2023
1 parent 3be2573 commit 4e1f0e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/unix/solarish/illumos.rs
Expand Up @@ -33,8 +33,6 @@ pub const TCP_KEEPCNT: ::c_int = 35;
pub const TCP_KEEPINTVL: ::c_int = 36;
pub const TCP_CONGESTION: ::c_int = 37;

pub const MSG_WAITFORONE: ::c_int = 0x80000;

// These constants are correct for 64-bit programs or 32-bit programs that are
// not using large-file mode. If Rust ever supports anything other than 64-bit
// compilation on illumos, this may require adjustment:
Expand Down

0 comments on commit 4e1f0e1

Please sign in to comment.