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

Implement __syscall_getreent #318

Merged
merged 2 commits into from
May 21, 2023

Conversation

GaryOderNichts
Copy link
Contributor

Currently all threads share the same reent.
This implements the getreent syscall using thread specifics to ensure each thread has its own reent.

@GaryOderNichts GaryOderNichts force-pushed the feature/reent branch 2 times, most recently from e17ce19 to 8a143d1 Compare May 12, 2023 17:30
@GaryOderNichts GaryOderNichts marked this pull request as ready for review May 12, 2023 17:32
@WinterMute WinterMute merged commit 3ae38b1 into devkitPro:master May 21, 2023
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