]> git.lizzy.rs Git - rust.git/commit
Auto merge of #47089 - EdSchouten:cloudabi-is-not-unix, r=kennytm
authorbors <bors@rust-lang.org>
Sun, 31 Dec 2017 22:21:20 +0000 (22:21 +0000)
committerbors <bors@rust-lang.org>
Sun, 31 Dec 2017 22:21:20 +0000 (22:21 +0000)
commitad30f5476df401abcab4c28f482091bb6d68e866
treeac019c87dc54b69d902914677c7e4ad1485f26cb
parent9389e23a8a754097e233c7bf3ea1bb404ccf1075
parent468523312259c851b1a409d0d7f702659bb5122d
Auto merge of #47089 - EdSchouten:cloudabi-is-not-unix, r=kennytm

Don't announce CloudABI as being UNIX.

This was originally brought in, because the definitions are based on
those of FreeBSD, Linux, etc. Even though CloudABI is based on POSIX, it
uses a subset that is so small that it's not reasonable to call it POSIX.

Now that I'm porting libstd, I'm running into some spots where I have to
explicitly disable code paths that were enabled by cfg(unix).