From f82b64504cf5c1a1ccd23a52c0d439c75b16a9f4 Mon Sep 17 00:00:00 2001 From: Yong Cong Sin Date: Tue, 2 Jan 2024 10:36:57 +0800 Subject: [PATCH] doc: posix: signal: mark `sigprocmask` as supported `sigprocmask()` is now implemented, mark it so. Signed-off-by: Yong Cong Sin --- doc/services/portability/posix/option_groups/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/services/portability/posix/option_groups/index.rst b/doc/services/portability/posix/option_groups/index.rst index 47fc9ebd0f9..e884712ae89 100644 --- a/doc/services/portability/posix/option_groups/index.rst +++ b/doc/services/portability/posix/option_groups/index.rst @@ -197,7 +197,7 @@ required for error and event handling. sigismember(),yes signal(), sigpending(), - sigprocmask(), + sigprocmask(),yes igsuspend(), sigwait(), strsignal(),yes