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

Additional check for pthread_cancel #305

Merged
merged 2 commits into from
Apr 1, 2024
Merged

Additional check for pthread_cancel #305

merged 2 commits into from
Apr 1, 2024

Conversation

r10nw7fd3
Copy link
Contributor

@r10nw7fd3 r10nw7fd3 commented Dec 25, 2023

Some platforms (android, really) do not implement pthread_cancel and a few other functions, so this PR
adds a check for such cases.
Besides that, HAVE_PTHREADS must not be defined at all when pthread is not available.

Related: #304

Copy link
Member

@stephenmathieson stephenmathieson left a comment

Choose a reason for hiding this comment

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

I have no idea here. I've never (seriously) worked on an Android device. Can someone else please take this over?

@stephenmathieson
Copy link
Member

FWIW, the change seems good; I just don't know if it'll satisfy a requirement I've never considered

Makefile Show resolved Hide resolved
@jwerle jwerle merged commit 085e77b into clibs:master Apr 1, 2024
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.

4 participants