Skip to content

Commit

Permalink
Merge pull request rust-lang#46 from Wind-River/master_base_V7LIBC-1069
Browse files Browse the repository at this point in the history
add ExitStatusExt into prelude
  • Loading branch information
n-salim authored Dec 5, 2019
2 parents f577b0e + 79849ee commit 28b37a2
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 28b37a2

Please sign in to comment.