summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Mooney <pmooney@pfmooney.com>2022-10-17 23:23:29 -0500
committerPatrick Mooney <pmooney@oxide.computer>2022-10-17 23:23:29 -0500
commitbb881547ca2d8ecf2b23cb1222a1bbbf8087752d (patch)
tree07285cb4bf67dd2eb9b2d053d8b68fbdac4b5cb8
parent998e88630ebbdceda33774cd6531335254f9769b (diff)
downloadrust-libc-bb881547ca2d8ecf2b23cb1222a1bbbf8087752d.tar.gz
illumos: Remove obsolete (and private) a.out define
-rw-r--r--src/unix/solarish/illumos.rs2
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;