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

pthread: fix typo with CONFIG_PTHREAD_MUTEX_DEFAULT_PRIO_INHERIT #7005

Merged
merged 1 commit into from
Sep 5, 2022

Conversation

juniskane
Copy link
Contributor

Summary

CONFIG_ prefix was missing from reference to Kconfig variable CONFIG_PTHREAD_MUTEX_DEFAULT_PRIO_INHERIT, resulting to #else branch been always selected.

Also update function comments a bit.

Impact

Testing

Not tested, found by accident during code reading. Should be likely tested by someone who is using this feature.

Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
@pkarashchenko pkarashchenko merged commit fb85244 into apache:master Sep 5, 2022
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.

3 participants