mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
dbefe37a3a
To determine whether a signal is real-time signal or standard signal, the POSIX standard https://www.man7.org/linux/man-pages/man7/signal.7.html defines a real-time signal between SIGRTMIN and SIGRTMAX , which can store multiple copies, otherwise only one can be retained. Signed-off-by: xinhaiteng <xinhaiteng@xiaomi.com>