We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc27b7c + 28b37a2 commit 1ae771bCopy full SHA for 1ae771b
src/libstd/sys/vxworks/ext/mod.rs
@@ -18,4 +18,7 @@ pub mod prelude {
18
#[doc(no_inline)]
19
#[stable(feature = "rust1", since = "1.0.0")]
20
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;
24
}
0 commit comments