rust/src/libstd/sys
Tyler Mandry 80db06d6da Fix ExitStatus on Fuchsia
Fuchsia exit codes don't follow the convention of libc::WEXITSTATUS et
al, and they are 64 bits instead of 32 bits. This gives Fuchsia its own
representation of ExitStatus.

Additionally, the zircon syscall structs were out of date, causing us to
see bogus return codes.
2019-09-25 15:26:42 -07:00
..
cloudabi std: Improve downstream codegen in Command::env 2019-09-05 11:43:35 -07:00
sgx std: Improve downstream codegen in Command::env 2019-09-05 11:43:35 -07:00
unix Fix ExitStatus on Fuchsia 2019-09-25 15:26:42 -07:00
vxworks remove rtp.rs, and move rtpSpawn and RTP_ID_ERROR to libc 2019-09-23 15:37:18 -07:00
wasi Rollup merge of #64186 - alexcrichton:improve-env-codegen, r=sfackler 2019-09-06 09:36:46 +02:00
wasm std: Improve downstream codegen in Command::env 2019-09-05 11:43:35 -07:00
windows std: Improve downstream codegen in Command::env 2019-09-05 11:43:35 -07:00
mod.rs redox: convert to target_family unix 2019-08-06 16:18:23 -06:00