Skip to content

Commit 4e664cc

Browse files
committed
Define SO_DOMAIN and SO_PROTOTYPE on solarish platforms.
1 parent d277a88 commit 4e664cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/solarish/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1825,6 +1825,8 @@ pub const SO_SNDTIMEO: ::c_int = 0x1005;
18251825
pub const SO_RCVTIMEO: ::c_int = 0x1006;
18261826
pub const SO_ERROR: ::c_int = 0x1007;
18271827
pub const SO_TYPE: ::c_int = 0x1008;
1828+
pub const SO_PROTOTYPE: ::c_int = 0x1009;
1829+
pub const SO_DOMAIN: ::c_int = 0x100c;
18281830
pub const SO_TIMESTAMP: ::c_int = 0x1013;
18291831

18301832
pub const SCM_RIGHTS: ::c_int = 0x1010;

0 commit comments

Comments
 (0)