Skip to content

Fix failing compilation on OpenBSD #223

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

lrw04
Copy link

@lrw04 lrw04 commented Jul 15, 2022

pthread on OpenBSD is different from that on Linux, preventing compilation. The commit adds preprocessor statements to use an
alternative implementation specifically on OpenBSD.

pthread on OpenBSD is different from that on Linux, preventing
compilation. This commit adds preprocessor statements to use an
alternative implementation.
@seanm
Copy link

seanm commented Oct 11, 2023

I've improved and expanded on this with: #245

@lrw04 care to review?

@lrw04
Copy link
Author

lrw04 commented Oct 11, 2023

I've improved and expanded on this with: #245

@lrw04 care to review?

I have long forgotten the specifics of pthread on OpenBSD and others, so I'm afraid I am not the best person to review.

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.

2 participants