Merge sys_common::rt into rt
This commit is contained in:
parent
2b5ddf36fd
commit
6f6bb16718
5 changed files with 89 additions and 92 deletions
|
@ -1907,7 +1907,7 @@ impl Child {
|
|||
/// [platform-specific behavior]: #platform-specific-behavior
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub fn exit(code: i32) -> ! {
|
||||
crate::sys_common::rt::cleanup();
|
||||
crate::rt::cleanup();
|
||||
crate::sys::os::exit(code)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue