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 eb1bad8 commit 316af61Copy full SHA for 316af61
src/unix/solarish/mod.rs
@@ -1829,6 +1829,7 @@ pub const SO_TYPE: ::c_int = 0x1008;
1829
pub const SO_PROTOTYPE: ::c_int = 0x1009;
1830
pub const SO_DOMAIN: ::c_int = 0x100c;
1831
pub const SO_TIMESTAMP: ::c_int = 0x1013;
1832
+pub const SO_EXCLBIND: ::c_int = 0x1015;
1833
1834
pub const SCM_RIGHTS: ::c_int = 0x1010;
1835
pub const SCM_UCRED: ::c_int = 0x1012;
0 commit comments