Skip to content

Commit 2dc96f3

Browse files
authored
Merge pull request #3652 from devnexen/solaris_exclbind_main
solarish adding SO_EXCLBIND constant
2 parents 005ae8d + 3633012 commit 2dc96f3

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)