mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +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.