Skip to content

Commit 3aaed38

Browse files
committed
Haiku: doesn't have SIG_SYS
1 parent 0fe6945 commit 3aaed38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cargo/util/errors.rs

+1
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ pub fn process_error(msg: &str,
459459
libc::SIGSEGV => ", SIGSEGV: invalid memory reference",
460460
libc::SIGTERM => ", SIGTERM: termination signal",
461461
libc::SIGBUS => ", SIGBUS: access to undefined memory",
462+
#[cfg(not(target_os = "haiku"))]
462463
libc::SIGSYS => ", SIGSYS: bad system call",
463464
libc::SIGTRAP => ", SIGTRAP: trace/breakpoint trap",
464465
_ => "",

0 commit comments

Comments
 (0)