rollup merge of #19076: jxv/master

This commit is contained in:
Jakub Bukaj 2014-11-19 22:39:23 +01:00
commit 9b5ec0e4aa

View File

@ -283,6 +283,7 @@ mod imp {
#[cfg(any(all(target_os = "linux", target_arch = "x86"), // may not match
all(target_os = "linux", target_arch = "x86_64"),
all(target_os = "linux", target_arch = "arm"), // may not match
all(target_os = "linux", target_arch = "mips"), // may not match
target_os = "android"))] // may not match
mod signal {
use libc;