From b5a15c980f07f457d3114ec21352ad83bb00018e Mon Sep 17 00:00:00 2001 From: Chris Friedt Date: Sat, 23 Mar 2024 08:57:57 -0400 Subject: [PATCH] doc: posix: remove unneeded notes about XSI_THREADS_EXT 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 --- doc/services/portability/posix/aep/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/services/portability/posix/aep/index.rst b/doc/services/portability/posix/aep/index.rst index f8e6aa09a98f..c532c2a059bc 100644 --- a/doc/services/portability/posix/aep/index.rst +++ b/doc/services/portability/posix/aep/index.rst @@ -84,7 +84,7 @@ Realtime Controller System Profile (PSE52) POSIX_SIGNALS,, :ref:`†` POSIX_SINGLE_PROCESS, yes, POSIX_THREADS_BASE, yes, :ref:`†` - XSI_THREADS_EXT, yes, :ref:`†` + XSI_THREADS_EXT, yes, .. csv-table:: PSE52 Option Requirements :header: Symbol, Support, Remarks @@ -145,7 +145,7 @@ Dedicated Realtime System Profile (PSE53) POSIX_SIGNAL_JUMP,, :ref:`†` POSIX_SINGLE_PROCESS, yes, POSIX_THREADS_BASE, yes, :ref:`†` - XSI_THREADS_EXT, yes, :ref:`†` + XSI_THREADS_EXT, yes, .. csv-table:: PSE53 Option Requirements :header: Symbol, Support, Remarks