mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 05:27:45 +08:00
9f4d236531
If a task registers SIGCHLD, uses waitpid(-1) in the handler, and the task also calls waitpid, it will fail to delete the child function Signed-off-by: anjiahao <anjiahao@xiaomi.com>