mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 13:16:28 +08:00
9e25d89223
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.