mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
d8717aab78
Update the WTERMSIG() macro to extract the signal number from the wait status, changing from constant 'false' to '(((s) >> 8) & 0x7f)' to match POSIX semantics for processes terminated by signals. Signed-off-by: guoshichao <guoshichao@xiaomi.com>