Merge pull request #46 from Wind-River/master_base_V7LIBC-1069

add ExitStatusExt into prelude
This commit is contained in:
n-salim 2019-12-04 16:16:49 -08:00 committed by GitHub
commit 28b37a24f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}