Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openbsd: make WIFCONTINUED() safe #2035

Merged
merged 1 commit into from
Jan 18, 2021
Merged

Conversation

semarie
Copy link
Contributor

@semarie semarie commented Jan 16, 2021

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

@rust-highfive
Copy link

r? @JohnTitor

(rust-highfive has picked a reviewer for you, use r? to override)

Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this!

@JohnTitor
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Jan 18, 2021

📌 Commit cf0793a has been approved by JohnTitor

@bors
Copy link
Contributor

bors commented Jan 18, 2021

⌛ Testing commit cf0793a with merge 7f11cdb...

@bors
Copy link
Contributor

bors commented Jan 18, 2021

☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13
Approved by: JohnTitor
Pushing 7f11cdb to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WIFCONTINUED is unsafe on OpenBSD
4 participants