Skip to content

Remove redundant call to pthread_testcancel. NFC. #15657

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

Merged
merged 1 commit into from
Nov 30, 2021

Conversation

kleisauke
Copy link
Collaborator

This was introduced in commit d2bb705 (which was based on musl
1.0.5), but when musl was updated to 1.1.15 (commit 31cf2bb),
it ends up calling pthread_testcancel twice.

Split from PR #15603.

This was introduced in commit d2bb705 (which was based on musl
1.0.5), but when musl was updated to 1.1.15 (commit 31cf2bb),
it ends up calling pthread_testcancel twice.
@sbc100 sbc100 merged commit 9fc637b into emscripten-core:main Nov 30, 2021
@kleisauke kleisauke deleted the remove-redunant-testcancel branch November 30, 2021 14:59
mmarczell-graphisoft pushed a commit to GRAPHISOFT/emscripten that referenced this pull request Jan 5, 2022
)

This was introduced in commit d2bb705 (which was based on musl
1.0.5), but when musl was updated to 1.1.15 (commit 31cf2bb),
it ends up calling pthread_testcancel twice.
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