Skip to content

Commit

Permalink
doc: posix: denote pthread_sigmask() as implemented
Browse files Browse the repository at this point in the history
Mark pthread_sigmask() as implemented in POSIX_THREADS_BASE.

Signed-off-by: Christopher Friedt <[email protected]>
  • Loading branch information
cfriedt committed Dec 5, 2023
1 parent 4153a39 commit 25ad028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/services/portability/posix/option_groups/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ multiple processes.
pthread_setcancelstate(),yes
pthread_setcanceltype(),yes
pthread_setspecific(),yes
pthread_sigmask(),
pthread_sigmask(),yes
pthread_testcancel(),

.. _posix_option_group_posix_threads_ext:
Expand Down

0 comments on commit 25ad028

Please sign in to comment.