Skip to content

Commit

Permalink
Rollup merge of #67041 - Wind-River:master_base, r=alexcrichton
Browse files Browse the repository at this point in the history
add ExitStatusExt into prelude

r? @alexcrichton
  • Loading branch information
JohnTitor committed Dec 6, 2019
2 parents f7c2631 + 28b37a2 commit 1bb868c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libstd/sys/vxworks/ext/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ pub mod prelude {
#[doc(no_inline)]
#[stable(feature = "rust1", since = "1.0.0")]
pub use super::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
#[doc(no_inline)]
#[stable(feature = "rust1", since = "1.0.0")]
pub use super::process::ExitStatusExt;
}

0 comments on commit 1bb868c

Please sign in to comment.