Skip to content

Commit

Permalink
doc: posix: mark realtime signals as supported
Browse files Browse the repository at this point in the history
Mark the POSIX_REALTIME_SIGNALS Option Group (and Option) as
supported in Zephyr.

This and POSIX_THREAD_SAFE_FUNCTIONS (as well as the other
PRs for POSIX_DEVICE_IO, POSIX_FD_MGMT, and POSIX_SIGNALS)
should make us functionally complete for the required system
interfaces as well as PSE51.

Signed-off-by: Chris Friedt <[email protected]>
  • Loading branch information
Chris Friedt committed Jun 25, 2024
1 parent 2c95dc7 commit 9f9125e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/services/portability/posix/conformance/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ POSIX System Interfaces
:ref:`_POSIX_MAPPED_FILES<posix_option_group_mapped_files>`, 200809L, :kconfig:option:`CONFIG_POSIX_MAPPED_FILES`
:ref:`_POSIX_MEMORY_PROTECTION<posix_option_group_memory_protection>`, 200809L, :kconfig:option:`CONFIG_POSIX_MEMORY_PROTECTION` :ref:`†<posix_undefined_behaviour>`
:ref:`_POSIX_READER_WRITER_LOCKS<posix_option_reader_writer_locks>`, 200809L, :kconfig:option:`CONFIG_POSIX_READER_WRITER_LOCKS`
:ref:`_POSIX_REALTIME_SIGNALS<posix_option_group_realtime_signals>`, -1, :kconfig:option:`CONFIG_POSIX_REALTIME_SIGNALS`
:ref:`_POSIX_REALTIME_SIGNALS<posix_option_group_realtime_signals>`, 200809L, :kconfig:option:`CONFIG_POSIX_REALTIME_SIGNALS`
:ref:`_POSIX_SEMAPHORES<posix_option_group_semaphores>`, 200809L, :kconfig:option:`CONFIG_POSIX_SEMAPHORES`
:ref:`_POSIX_SPIN_LOCKS<posix_option_group_spin_locks>`, 200809L, :kconfig:option:`CONFIG_POSIX_SPIN_LOCKS`
:ref:`_POSIX_THREAD_SAFE_FUNCTIONS<posix_thread_safe_functions>`, -1, :kconfig:option:`CONFIG_POSIX_THREAD_SAFE_FUNCTIONS`
Expand Down
6 changes: 3 additions & 3 deletions doc/services/portability/posix/option_groups/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ POSIX_REALTIME_SIGNALS
:header: API, Supported
:widths: 50,10

sigqueue(),
sigtimedwait(),
sigwaitinfo(),
sigqueue(), yes
sigtimedwait(), yes
sigwaitinfo(), yes

.. _posix_option_group_signal_jump:

Expand Down

0 comments on commit 9f9125e

Please sign in to comment.