mirror of
https://github.com/apache/nuttx.git
synced 2026-09-16 01:41:17 +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.