diff options
author | bors <bors@rust-lang.org> | 2022-10-23 03:34:16 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2022-10-23 03:34:16 +0000 |
commit | 71b864d3772fce9e1439556b0e0fa2af6bbeaa14 (patch) | |
tree | 7fecf07ccbee98d36a395c175ae42f6f2d689aa4 /src | |
parent | cc19b6f08018f6de68d5c60bedd74190d2229c03 (diff) | |
parent | bb881547ca2d8ecf2b23cb1222a1bbbf8087752d (diff) | |
download | rust-libc-71b864d3772fce9e1439556b0e0fa2af6bbeaa14.tar.gz |
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](https://github.com/illumos/illumos-gate/commit/fec047081731fd77caf46ec0471c501b2cb33894#diff-33b9ac79706b16f65c95e909fde32771b388f896bee74a006d13fefdf877fe91L163) in upstream illumos, and thus is causing libc-test to fail on up-to-date machines.
Diffstat (limited to 'src')
-rw-r--r-- | src/unix/solarish/illumos.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/unix/solarish/illumos.rs b/src/unix/solarish/illumos.rs index 7d491d382a..404f013da2 100644 --- a/src/unix/solarish/illumos.rs +++ b/src/unix/solarish/illumos.rs @@ -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; |