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

Check for the existence of pthread_rwlockattr_getpshared() and pthread_rwlockattr_setpshared() seems missing. #70943

Conversation

moonlight83340
Copy link
Contributor

This PR aims to add the check for the existence of pthread_rwlockattr_getpshared() and pthread_rwlockattr_setpshared().

I checked the PR that merged the functions and found out that the test header check was missing.

Check for the existence of
pthread_rwlockattr_getpshared()
and
pthread_rwlockattr_setpshared().

Signed-off-by: Gaetan Perrot <gaetanperrotpro@gmail.com>
@zephyrbot zephyrbot added the area: POSIX POSIX API Library label Apr 1, 2024
@zephyrbot zephyrbot requested review from cfriedt and ycsin April 1, 2024 07:28
Copy link
Member

@cfriedt cfriedt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Thanks 😊

@jhedberg jhedberg merged commit aad1f6e into zephyrproject-rtos:main Apr 3, 2024
24 checks passed
@moonlight83340 moonlight83340 deleted the rwlockattr_getpshared_test_header branch April 5, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: POSIX POSIX API Library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants