You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #3490 - lcheylus:openbsd-waitid, r=JohnTitor
Add waitid function for OpenBSD
To compile on OpenBSD a Rust project using [shared_child](https://docs.rs/shared_child/) crate, I need `waitid` libc function.
- Same prototype for `waitid` function on NetBSD and OpenBSD.
- To support it on OpenBSD, move definition from `src/unix/bsd/netbsdlike/netbsd/mod.rs` to `src/unix/bsd/netbsdlike/mod.rs` => available on both BSD OS
0 commit comments