Fix SIGCHLD handling 22/227722/2
authorYoungjae Cho <y0.cho@samsung.com>
Mon, 16 Mar 2020 03:54:43 +0000 (12:54 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Mon, 16 Mar 2020 05:55:48 +0000 (14:55 +0900)
commite5140e4e43943caf732a4db3394a58e2a6507ce0
tree0d7f0464d66d13c95b48d9b4327d9f870815e61d
parentb5455c4702e3fb5d91b307ae67d922d7677258fd
Fix SIGCHLD handling

Don't treat ECHILD as an error case as it means this SIGCHLD had
already been handled somewhere else.

Change-Id: I115c942b5ec616bf21873e806b6f97add959f054
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/core/sig-handler.c