]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #38626 - redox-os:args_fix, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 28 Dec 2016 14:33:48 +0000 (14:33 +0000)
committerbors <bors@rust-lang.org>
Wed, 28 Dec 2016 14:33:48 +0000 (14:33 +0000)
Fix argument handling on Redox

After switching the start code to be handled in libc, we are no longer passing in slices as arguments into the libstd main function. This means that handling had to be rewritten to match the unix way of doing things.

Additional commits on this branch are going to be merged in this PR: https://github.com/rust-lang/rust/pull/38577#issuecomment-269138394


Trivial merge