Skip to content

Commit

Permalink
Rollup merge of rust-lang#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
RalfJung authored Dec 5, 2019
2 parents fc27b7c + 28b37a2 commit 1ae771b
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 1ae771b

Please sign in to comment.