Merge pull request #46 from Wind-River/master_base_V7LIBC-1069
add ExitStatusExt into prelude
This commit is contained in:
commit
28b37a24f3
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue