mirror of
https://github.com/apache/nuttx.git
synced 2025-12-06 09:01:15 +08:00
Some checks failed
Build Documentation / build-html (push) Has been cancelled
nxsig_ismember() has a return type of int, but the current implementation returns a boolean value, which is incorrect. All callers should determine membership by checking whether the return value is 1 or 0, which is also consistent with the POSIX sigismember() API. Signed-off-by: Chengdong Wang wangchengdong@lixiang.com