mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 14:35:08 +00:00
Replace all calls to sigqueue() in the OS proper with calls to nxsig_queue() to avoid accessing the errno variable.
sched/signal: Add nxsig_queue() which is functionally equivalent to sigqueue() except that it does not modify the errno variable.
|
||
|---|---|---|
| .. | ||
| cs2100-cp.c | ||
| ds3231.c | ||
| ds3231.h | ||
| Kconfig | ||
| Make.defs | ||
| oneshot.c | ||
| pcf85263.c | ||
| pcf85263.h | ||
| rtc.c | ||
| timer.c | ||
| watchdog.c | ||