Skip to content

Commit 3633012

Browse files
devnexenJohnTitor
authored andcommitted
solarish adding SO_EXCLBIND constant
1 parent 71c79d5 commit 3633012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/solarish/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,6 +1815,7 @@ pub const SO_TYPE: ::c_int = 0x1008;
18151815
pub const SO_PROTOTYPE: ::c_int = 0x1009;
18161816
pub const SO_DOMAIN: ::c_int = 0x100c;
18171817
pub const SO_TIMESTAMP: ::c_int = 0x1013;
1818+
pub const SO_EXCLBIND: ::c_int = 0x1015;
18181819

18191820
pub const SCM_RIGHTS: ::c_int = 0x1010;
18201821
pub const SCM_UCRED: ::c_int = 0x1012;

0 commit comments

Comments
 (0)