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.
MSG_WAITFORONE
1 parent 3be2573 commit 4e1f0e1Copy full SHA for 4e1f0e1
src/unix/solarish/illumos.rs
@@ -33,8 +33,6 @@ pub const TCP_KEEPCNT: ::c_int = 35;
33
pub const TCP_KEEPINTVL: ::c_int = 36;
34
pub const TCP_CONGESTION: ::c_int = 37;
35
36
-pub const MSG_WAITFORONE: ::c_int = 0x80000;
37
-
38
// These constants are correct for 64-bit programs or 32-bit programs that are
39
// not using large-file mode. If Rust ever supports anything other than 64-bit
40
// compilation on illumos, this may require adjustment:
0 commit comments