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 missing SCE_KERNEL_MUTEX_ATTR_RECURSIVE flag #37

Merged
merged 1 commit into from
Apr 22, 2018

Conversation

DaveeFTW
Copy link
Contributor

Previously it was possible to go down a path and try to hold the newlib file descriptor mutex several times. Without the recursive flag, subsequent attempts to hold the mutex would fail.

Untested

Previously it was possible to go down a path and try to hold the newlib file descriptor mutex several times. Without the recursive flag, subsequent attempts to hold the mutex would fail.
@d3m3vilurr d3m3vilurr merged commit ad5d537 into vitasdk:vita Apr 22, 2018
@DaveeFTW DaveeFTW deleted the patch-1 branch April 22, 2018 09:37
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