We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0b818 commit aad1f6eCopy full SHA for aad1f6e
tests/posix/headers/src/pthread_h.c
@@ -143,9 +143,9 @@ ZTEST(posix_headers, test_pthread_h)
143
zassert_not_null(pthread_rwlock_unlock);
144
zassert_not_null(pthread_rwlock_wrlock);
145
zassert_not_null(pthread_rwlockattr_destroy);
146
- /* zassert_not_null(pthread_rwlockattr_getpshared); */ /* not implemented */
+ zassert_not_null(pthread_rwlockattr_getpshared);
147
zassert_not_null(pthread_rwlockattr_init);
148
- /* zassert_not_null(pthread_rwlockattr_setpshared); */ /* not implemented */
+ zassert_not_null(pthread_rwlockattr_setpshared);
149
zassert_not_null(pthread_self);
150
zassert_not_null(pthread_setcancelstate);
151
zassert_not_null(pthread_setcanceltype);
0 commit comments