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 005ae8d + 3633012 commit 2dc96f3Copy full SHA for 2dc96f3
src/unix/solarish/mod.rs
@@ -1815,6 +1815,7 @@ pub const SO_TYPE: ::c_int = 0x1008;
1815
pub const SO_PROTOTYPE: ::c_int = 0x1009;
1816
pub const SO_DOMAIN: ::c_int = 0x100c;
1817
pub const SO_TIMESTAMP: ::c_int = 0x1013;
1818
+pub const SO_EXCLBIND: ::c_int = 0x1015;
1819
1820
pub const SCM_RIGHTS: ::c_int = 0x1010;
1821
pub const SCM_UCRED: ::c_int = 0x1012;
0 commit comments