doc: posix: signal: mark sigprocmask as supported

`sigprocmask()` is now implemented, mark it so.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
Yong Cong Sin 2024-01-02 10:36:57 +08:00 committed by Chris Friedt
parent b42e362fa8
commit f82b64504c

View file

@ -197,7 +197,7 @@ required for error and event handling.
sigismember(),yes
signal(),
sigpending(),
sigprocmask(),
sigprocmask(),yes
igsuspend(),
sigwait(),
strsignal(),yes