]> git.lizzy.rs Git - rust.git/commit
Auto merge of #38598 - brson:em, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 26 Dec 2016 00:47:50 +0000 (00:47 +0000)
committerbors <bors@rust-lang.org>
Mon, 26 Dec 2016 00:47:50 +0000 (00:47 +0000)
commit5752eae5f5ce3517d36f6668619dd2c70e6d2d88
tree3f0d9eb55883d56d3fe6067fdcb1c5f5d95843f5
parent44ad63e4878fc913924f32248b6234d10d208d78
parentf262eea2ee0108586d53d6181f813b288de50209
Auto merge of #38598 - brson:em, r=alexcrichton

Emscripten targets are Unix targets

I suspect this will fix the errors compiling libc https://buildbot.rust-lang.org/builders/auto-linux-rustbuild-cross-opt/builds/689/steps/compile/logs/stdio that are occurring on every PR.

Emscripten is basically a posix emulation layer for the web and I consider it a Unix.

cc @alexcrichton