Skip to content

Commit 316af61

Browse files
devnexenJohnTitor
authored andcommitted
solarish adding SO_EXCLBIND constant.
1 parent eb1bad8 commit 316af61

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
@@ -1829,6 +1829,7 @@ pub const SO_TYPE: ::c_int = 0x1008;
18291829
pub const SO_PROTOTYPE: ::c_int = 0x1009;
18301830
pub const SO_DOMAIN: ::c_int = 0x100c;
18311831
pub const SO_TIMESTAMP: ::c_int = 0x1013;
1832+
pub const SO_EXCLBIND: ::c_int = 0x1015;
18321833

18331834
pub const SCM_RIGHTS: ::c_int = 0x1010;
18341835
pub const SCM_UCRED: ::c_int = 0x1012;

0 commit comments

Comments
 (0)