Skip to content

Commit

Permalink
Auto merge of #2969 - pfmooney:illumos-aout, r=JohnTitor
Browse files Browse the repository at this point in the history
illumos: Remove obsolete (and private) a.out define

This cleans up an obsolete definition which [has been removed](illumos/illumos-gate@fec0470#diff-33b9ac79706b16f65c95e909fde32771b388f896bee74a006d13fefdf877fe91L163) in upstream illumos, and thus is causing libc-test to fail on up-to-date machines.
  • Loading branch information
bors committed Oct 23, 2022
2 parents cc19b6f + bb88154 commit 71b864d
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 71b864d

Please sign in to comment.