Skip to content

Commit 4e1f0e1

Browse files
committed
Removed MSG_WAITFORONE from illumos
1 parent 3be2573 commit 4e1f0e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/unix/solarish/illumos.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ pub const TCP_KEEPCNT: ::c_int = 35;
3333
pub const TCP_KEEPINTVL: ::c_int = 36;
3434
pub const TCP_CONGESTION: ::c_int = 37;
3535

36-
pub const MSG_WAITFORONE: ::c_int = 0x80000;
37-
3836
// These constants are correct for 64-bit programs or 32-bit programs that are
3937
// not using large-file mode. If Rust ever supports anything other than 64-bit
4038
// compilation on illumos, this may require adjustment:

0 commit comments

Comments
 (0)