From dbd4b82f1c33efe5bb164fec4f4cb58b03445522 Mon Sep 17 00:00:00 2001 From: Christopher Friedt Date: Wed, 13 Dec 2023 19:23:20 -0500 Subject: [PATCH] doc: posix: support pthread_getguardsize pthread_setguardsize Mark pthread_getguardsize() and pthread_getguardsize() as supported. Signed-off-by: Christopher Friedt --- doc/services/portability/posix/option_groups/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/services/portability/posix/option_groups/index.rst b/doc/services/portability/posix/option_groups/index.rst index 5e13aea0bc9..893754f647d 100644 --- a/doc/services/portability/posix/option_groups/index.rst +++ b/doc/services/portability/posix/option_groups/index.rst @@ -77,8 +77,8 @@ This table lists service support status in Zephyr: :header: API, Supported :widths: 50,10 - pthread_attr_getguardsize(), - pthread_attr_setguardsize(), + pthread_attr_getguardsize(),yes + pthread_attr_setguardsize(),yes pthread_mutexattr_gettype(),yes pthread_mutexattr_settype(),yes