]> git.lizzy.rs Git - rust.git/commit
Auto merge of #56779 - adrian-budau:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 21 Dec 2018 20:08:11 +0000 (20:08 +0000)
committerbors <bors@rust-lang.org>
Fri, 21 Dec 2018 20:08:11 +0000 (20:08 +0000)
commite40548bc43f2a0375a466c98e174e71561dc98d2
tree4610da72530759ddab5e3ca63e25b5ac3856e06d
parent01c6ea2f37326674bf6ca64de55bf5fd90e45015
parentbf172c532af44628e3c3323a5f8a8c1726ffbd30
Auto merge of #56779 - adrian-budau:master, r=alexcrichton

On musl targets assume certain symbols exist (like pipe2 and accept4).

This fixes #56675.

I don't know if this is the best solution, or if I should also add some tests so I'm waiting for some feedback.

Thanks!