mirror of
https://github.com/apache/nuttx.git
synced 2026-09-13 15:50:12 +08:00
Replace all usage kill() in the OS proper with nxsig_kill().
sched/signal: Add nxsig_kill() which is functionally equivalent to kill() except that it does not modify the errno variable.