Skip to content

Commit 71b864d

Browse files
committed
Auto merge of #2969 - pfmooney:illumos-aout, r=JohnTitor
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.
2 parents cc19b6f + bb88154 commit 71b864d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/unix/solarish/illumos.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ pub const SOL_FILTER: ::c_int = 0xfffc;
5656

5757
pub const MADV_PURGE: ::c_int = 9;
5858

59-
pub const MR_HDR_AOUT: ::c_uint = 0x3;
60-
6159
pub const B1000000: ::speed_t = 24;
6260
pub const B1152000: ::speed_t = 25;
6361
pub const B1500000: ::speed_t = 26;

0 commit comments

Comments
 (0)