Skip to content

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 force-pushed the sunfishcode/freebsd-eventfd branch from e1550df to 316d1c9 Compare July 2, 2023 15:37
@sunfishcode sunfishcode force-pushed the sunfishcode/freebsd-eventfd branch from 316d1c9 to 917f4e4 Compare July 2, 2023 15:46
@sunfishcode sunfishcode merged commit 56dc42e into main Jul 2, 2023
@sunfishcode sunfishcode deleted the sunfishcode/freebsd-eventfd 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.

eventfd is not available on FreeBSD 12

1 participant