about summary refs log tree commit diff
path: root/src/libstd/sys/cloudabi/abi/bitflags.rs
AgeCommit message (Collapse)AuthorLines
2020-07-27mv std libs to library/mark-47/+0
2020-01-24Remove unused ignore-license directivesTomasz Miąsko-3/+0
The tidy check was removed in rust-lang/rust#53617
2019-02-28Fix #[macro_use] extern crate in sys/cloudabiTaiki Endo-2/+1
2018-01-11Import the CloudABI system call bindings into the libstd tree.Ed Schouten-0/+51
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