nuttx/libs/libc/signal
wangchengdong ba05c7f133 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
..
CMakeLists.txt cmake:refine nuttx cmake build system fix CMake build missing part 2024-10-13 02:25:06 +08:00
Make.defs
sig_addset.c
sig_altstack.c
sig_andset.c
sig_delset.c
sig_emptyset.c
sig_fillset.c
sig_hold.c
sig_ignore.c
sig_interrupt.c
sig_isemptyset.c
sig_ismember.c sched/signal: Fix nxsig_ismember() return value behavior 2025-11-25 10:02:52 +08:00
sig_killpg.c
sig_nandset.c
sig_orset.c
sig_pause.c
sig_psignal.c
sig_raise.c
sig_relse.c
sig_set.c
sig_signal.c
sig_wait.c
sig_xorset.c