]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #85490 - CDirkx:fix-vxworks, r=dtolnay
authorbors <bors@rust-lang.org>
Sun, 23 May 2021 05:40:18 +0000 (05:40 +0000)
committerbors <bors@rust-lang.org>
Sun, 23 May 2021 05:40:18 +0000 (05:40 +0000)
Fix `vxworks`

Some PRs made the `vxworks` target not build anymore. This PR fixes that:

- #82973: copy `ExitStatusError` implementation from `unix`.
- #84716: no `libc::chroot` available on `vxworks`, so for now don't implement `os::unix::fs::chroot`.

1  2 
library/std/src/sys/unix/fs.rs

Simple merge