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 #2035 - semarie:openbsd-safesignal, r=JohnTitor
openbsd: make WIFCONTINUED() safe
it seems it was a missed part of #1891
Found it because rustc -nightly started to use `libc::WIFCONTINUED()` recently in a safe context and the build fail to build on OpenBSD.
Fixes#2001
0 commit comments