summary refs log tree commit diff
path: root/src/libstd/sys/cloudabi/shims
AgeCommit message (Collapse)AuthorLines
2018-03-03Move process::ExitCode internals to sysScott McMurray-0/+12
Now begins the saga of fixing compilation errors on other platforms...
2018-01-11Add shims for modules that we can't implement on CloudABI.Ed Schouten-0/+968
As discussed in #47268, libstd isn't ready to have certain functionality disabled yet. Follow wasm's approach of adding no-op modules for all of the features that we can't implement. I've placed all of those shims in a shims/ subdirectory, so we (the CloudABI folks) can experiment with removing them more easily. It also ensures that the code that does work doesn't get polluted with lots of useless boilerplate code.