Skip to content

Commit

Permalink
doc: posix: remove unneeded notes about XSI_THREADS_EXT
Browse files Browse the repository at this point in the history
Previously, XSI_THREADS_EXT included a note about
undefined behaviour. However, the required functions
pthread_attr_getstack(), pthread_attr_setstack(),
pthread_getconcurrency(), and pthread_setconcurrency()
are all conformant.

Remove the unneeded note (all of them)

Signed-off-by: Chris Friedt <[email protected]>
  • Loading branch information
cfriedt committed Mar 26, 2024
1 parent f967e08 commit b5a15c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/services/portability/posix/aep/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Realtime Controller System Profile (PSE52)
POSIX_SIGNALS,, :ref:`†<posix_undefined_behaviour>`
POSIX_SINGLE_PROCESS, yes,
POSIX_THREADS_BASE, yes, :ref:`†<posix_undefined_behaviour>`
XSI_THREADS_EXT, yes, :ref:`†<posix_undefined_behaviour>`
XSI_THREADS_EXT, yes,

.. csv-table:: PSE52 Option Requirements
:header: Symbol, Support, Remarks
Expand Down Expand Up @@ -145,7 +145,7 @@ Dedicated Realtime System Profile (PSE53)
POSIX_SIGNAL_JUMP,, :ref:`†<posix_undefined_behaviour>`
POSIX_SINGLE_PROCESS, yes,
POSIX_THREADS_BASE, yes, :ref:`†<posix_undefined_behaviour>`
XSI_THREADS_EXT, yes, :ref:`†<posix_undefined_behaviour>`
XSI_THREADS_EXT, yes,

.. csv-table:: PSE53 Option Requirements
:header: Symbol, Support, Remarks
Expand Down

0 comments on commit b5a15c9

Please sign in to comment.