Files
wangchengdong ba05c7f133
Some checks failed
Build Documentation / build-html (push) Has been cancelled
sched/signal: Fix nxsig_ismember() return value behavior
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
2025-11-25 10:02:52 +08:00
..
2025-06-23 18:17:10 -03:00
2025-08-12 20:17:06 +08:00