Skip to content

Commit 28b37a2

Browse files
authored
Merge pull request #46 from Wind-River/master_base_V7LIBC-1069
add ExitStatusExt into prelude
2 parents f577b0e + 79849ee commit 28b37a2

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)