Skip to content

Commit 12d42db

Browse files
authored
Merge pull request #3651 from devnexen/solaris_exclbind
solarish adding SO_EXCLBIND constant.
2 parents fbfef68 + 316af61 commit 12d42db

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)