Skip to content

Commit

Permalink
doc: posix: mark pthread_rwlockattr_setpshared as supported
Browse files Browse the repository at this point in the history
Mark pthread_rwlockattr_setpshared() and
pthread_rwlockattr_getpshared() as supported in the POSIX
Options documentation.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
  • Loading branch information
cfriedt committed Mar 19, 2024
1 parent 3eb12b2 commit 0f27eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/services/portability/posix/option_groups/index.rst
Expand Up @@ -401,9 +401,9 @@ _POSIX_READER_WRITER_LOCKS
pthread_rwlock_unlock(),yes
pthread_rwlock_wrlock(),yes
pthread_rwlockattr_destroy(),yes
pthread_rwlockattr_getpshared(),
pthread_rwlockattr_getpshared(),yes
pthread_rwlockattr_init(),yes
pthread_rwlockattr_setpshared(),
pthread_rwlockattr_setpshared(),yes

.. _posix_option_thread_attr_stackaddr:

Expand Down

0 comments on commit 0f27eaf

Please sign in to comment.