Skip to content

Commit

Permalink
illumos: Remove obsolete (and private) a.out define
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmooney committed Oct 18, 2022
1 parent 998e886 commit bb88154
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/unix/solarish/illumos.rs
Expand Up @@ -56,8 +56,6 @@ pub const SOL_FILTER: ::c_int = 0xfffc;

pub const MADV_PURGE: ::c_int = 9;

pub const MR_HDR_AOUT: ::c_uint = 0x3;

pub const B1000000: ::speed_t = 24;
pub const B1152000: ::speed_t = 25;
pub const B1500000: ::speed_t = 26;
Expand Down

0 comments on commit bb88154

Please sign in to comment.