Add netbsd amd64 support
This commit is contained in:
parent
d2cf9f9632
commit
0b7c4f57f6
43 changed files with 271 additions and 41 deletions
|
|
@ -423,6 +423,7 @@ fn translate_status(status: c_int) -> ExitStatus {
|
|||
target_os = "freebsd",
|
||||
target_os = "dragonfly",
|
||||
target_os = "bitrig",
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd"))]
|
||||
mod imp {
|
||||
pub fn WIFEXITED(status: i32) -> bool { (status & 0x7f) == 0 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue