Skip to content

Use weakcall for eventfd on FreeBSD.#718

Merged
sunfishcode merged 7 commits into0.37from
0.37-updates
Jul 2, 2023
Merged

Use weakcall for eventfd on FreeBSD.#718
sunfishcode merged 7 commits into0.37from
0.37-updates

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
@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.

1 participant