]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #97771 - rtzoeller:haiku_no_sigio, r=kennytm
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Tue, 7 Jun 2022 09:41:09 +0000 (11:41 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Jun 2022 09:41:09 +0000 (11:41 +0200)
commitf32a4f06aba4aab085fe50490c8d70ce66fb7bdf
tree1490b569b29c1f332623fe7cf452bb4b41cd9e0c
parent62c260de8c621f577d33970613c6b611e2de7d8e
parentfac5cbc2f59df4cf881e9117d271750c274cb4c0
Rollup merge of #97771 - rtzoeller:haiku_no_sigio, r=kennytm

Remove SIGIO reference on Haiku

Haiku doesn't define SIGIO. The nix crate already employs this workaround:
https://github.com/nix-rust/nix/blob/5dedbc7850448ae3922ab0a833f3eb971bf7e25f/src/sys/signal.rs#L92-L94