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

Add back threading support and implement extensions #9

Merged
merged 3 commits into from
Feb 10, 2022

Conversation

AzureMarker
Copy link
Member

Implemented the extensions from Meziu/libc#5 needed for std.

Also improved pthread_create in a few ways.

Had to fix a few compile errors since we switched to using ctru_sys
directly. This is also just the basic support that was there before.
More work needs to be done to support std.
pthread_create wasn't actually calling the entrypoint it was given,
which was incorrect. It also didn't handle errors.
@Meziu Meziu merged commit b3498da into master Feb 10, 2022
@AzureMarker AzureMarker deleted the feature/pthread-threads branch February 11, 2022 01:48
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