mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 09:23:20 +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.
|
||
|---|---|---|
| .. | ||
| aio.h | ||
| aio_cancel.c | ||
| aio_fsync.c | ||
| aio_initialize.c | ||
| aio_queue.c | ||
| aio_read.c | ||
| aio_signal.c | ||
| aio_write.c | ||
| aioc_contain.c | ||
| Kconfig | ||
| Make.defs | ||