mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
9413b6f331
The nxsig_dispatch should just deliver the signal to either a thread by pid (tid) or to the process (group) by pid. Simplify the code so that the intent is more obvious. Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>