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

Use weakcall for eventfd on FreeBSD. #718

Merged
merged 7 commits into from Jul 2, 2023
Merged

Use weakcall for eventfd on FreeBSD. #718

merged 7 commits into from Jul 2, 2023

Conversation

sunfishcode
Copy link
Member

eventfd was introduced in FreeBSD 13, so it isn't in FreeBSD 12. Use weakcall to call it on FreeBSD so that we don't have a link-time dependency on it.

Fixes #716.

`eventfd` was introduced in FreeBSD 13, so it isn't in FreeBSD 12. Use
`weakcall` to call it on FreeBSD so that we don't have a link-time
dependency on it.

Fixes #716.
FreeBSD 12 was origally removed in #517 due to problems with `curl`,
however those were fixed by removing the `pkg install -y curl` in #643,
so we can now re-enable FreeBSD 12 testing.
FreeBSD 12 lacks `ptsname_r`.
@sunfishcode sunfishcode merged commit ced01a5 into 0.37 Jul 2, 2023
53 checks passed
@sunfishcode sunfishcode deleted the 0.37-updates branch July 2, 2023 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant