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.
2 parents 3b808cf + be93cda commit c2bfe30Copy full SHA for c2bfe30
src/unix/bsd/apple/mod.rs
@@ -3851,7 +3851,8 @@ pub const MSG_HOLD: ::c_int = 0x800;
3851
pub const MSG_SEND: ::c_int = 0x1000;
3852
pub const MSG_HAVEMORE: ::c_int = 0x2000;
3853
pub const MSG_RCVMORE: ::c_int = 0x4000;
3854
-// pub const MSG_COMPAT: ::c_int = 0x8000;
+pub const MSG_NEEDSA: ::c_int = 0x10000;
3855
+pub const MSG_NOSIGNAL: ::c_int = 0x80000;
3856
3857
pub const SCM_TIMESTAMP: ::c_int = 0x02;
3858
pub const SCM_CREDS: ::c_int = 0x03;
0 commit comments