Skip to content

Commit

Permalink
Define SO_DOMAIN and SO_PROTOTYPE on solarish platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored and xevor11 committed Aug 25, 2023
1 parent d10e656 commit 50157ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/unix/solarish/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1825,6 +1825,8 @@ pub const SO_SNDTIMEO: ::c_int = 0x1005;
pub const SO_RCVTIMEO: ::c_int = 0x1006;
pub const SO_ERROR: ::c_int = 0x1007;
pub const SO_TYPE: ::c_int = 0x1008;
pub const SO_PROTOTYPE: ::c_int = 0x1009;
pub const SO_DOMAIN: ::c_int = 0x100c;
pub const SO_TIMESTAMP: ::c_int = 0x1013;

pub const SCM_RIGHTS: ::c_int = 0x1010;
Expand Down

0 comments on commit 50157ee

Please sign in to comment.