Skip to content

Commit 1bb868c

Browse files
authored
Rollup merge of rust-lang#67041 - Wind-River:master_base, r=alexcrichton
add ExitStatusExt into prelude r? @alexcrichton
2 parents f7c2631 + 28b37a2 commit 1bb868c

File tree

1 file changed

+3
-0
lines changed
  • src/libstd/sys/vxworks/ext

1 file changed

+3
-0
lines changed

src/libstd/sys/vxworks/ext/mod.rs

+3
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ pub mod prelude {
1818
#[doc(no_inline)]
1919
#[stable(feature = "rust1", since = "1.0.0")]
2020
pub use super::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
21+
#[doc(no_inline)]
22+
#[stable(feature = "rust1", since = "1.0.0")]
23+
pub use super::process::ExitStatusExt;
2124
}

0 commit comments

Comments
 (0)