mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 20:59:02 +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.
|
||
|---|---|---|
| .. | ||
| ads7843e.c | ||
| ads7843e.h | ||
| ajoystick.c | ||
| button_lower.c | ||
| button_upper.c | ||
| cypress_mbr3108.c | ||
| djoystick.c | ||
| Kconfig | ||
| Make.defs | ||
| max11802.c | ||
| max11802.h | ||
| mxt.c | ||
| mxt.h | ||
| stmpe811.h | ||
| stmpe811_adc.c | ||
| stmpe811_base.c | ||
| stmpe811_gpio.c | ||
| stmpe811_temp.c | ||
| stmpe811_tsc.c | ||
| tsc2007.c | ||
| tsc2007.h | ||