rust/src/libstd/sys
Ed Schouten 795e173a76 Import the CloudABI system call bindings into the libstd tree.
These automatically generated Rust source files allow us to invoke
system calls within CloudABI processes. These will be used by libstd to
implement primitives for I/O, threading, etc.

These source files are normally part of the 'cloudabi' crate. In the
case of libstd, we'd better copy them into the source tree, as having
external dependencies in libstd is a bit messy. Original source files
can be found here:

    https://github.com/NuxiNL/cloudabi/tree/master/rust
2018-01-11 11:21:51 +01:00
..
cloudabi/abi Import the CloudABI system call bindings into the libstd tree. 2018-01-11 11:21:51 +01:00
redox Auto merge of #47042 - redox-os:redox, r=estebank 2018-01-02 11:22:40 +00:00
unix [unix] Don't clone command-line args on startup 2018-01-04 15:11:39 -08:00
wasm Make wasm obey backtrace feature, like other targets 2018-01-07 02:54:02 +00:00
windows Replace empty array hack with repr(align) 2018-01-07 20:25:37 +01:00
mod.rs Update miri to rustc changes 2017-12-06 09:25:29 +01:00