Files
nuttx/include
guoshichao d8717aab78 sys/wait: add WTERMSIG implementation
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>
2026-01-15 23:16:27 +08:00
..
2025-12-09 18:03:10 +08:00
2026-01-15 23:16:27 +08:00
2025-11-10 10:56:29 +01:00
2025-11-10 10:56:29 +01:00