mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 17:03:29 +00:00
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 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| 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 | ||
| 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 | ||