]> git.lizzy.rs Git - rust.git/blobdiff - src/libunwind/libunwind.rs
Add support for the Haiku operating system on x86 and x86_64 machines
[rust.git] / src / libunwind / libunwind.rs
index 3900ba65293c078960c3e2ee5a86ac8a42a95878..30de859f1501aeee01176cba6daca382bbca09d5 100644 (file)
@@ -241,6 +241,7 @@ pub unsafe fn _Unwind_RaiseException(exc: *mut _Unwind_Exception) -> _Unwind_Rea
 #[cfg_attr(any(all(target_os = "linux", not(target_env = "musl")),
                target_os = "freebsd",
                target_os = "solaris",
+               target_os = "haiku",
                all(target_os = "linux",
                    target_env = "musl",
                    not(target_arch = "x86"),