SIGCLD is synonymous with SIGCHLD, but the former is non-standard and not supported by some C libraries such as musl. Signed-off-by: Rostislav Skudnov <rostislav@xxxxxxxxxx> --- ltp/doio.c | 2 +- ltp/growfiles.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ltp/doio.c b/ltp/doio.c index b937718..939a1ea 100644 --- a/ltp/doio.c +++ b/ltp/doio.c @@ -362,7 +362,7 @@ char **argv; case SIGTSTP: case SIGSTOP: case SIGCONT: - case SIGCLD: + case SIGCHLD: case SIGBUS: case SIGSEGV: case SIGQUIT: diff --git a/ltp/growfiles.c b/ltp/growfiles.c index ad1ecdf..951b926 100644 --- a/ltp/growfiles.c +++ b/ltp/growfiles.c @@ -1389,7 +1389,7 @@ set_sig() #ifdef SIGRESTART case SIGRESTART: #endif /* SIGRESTART */ - case SIGCLD: + case SIGCHLD: break; default: -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html