doio, growfiles: Use standard signal name SIGCHLD instead of SIGCLD

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@tuxera.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
Rostislav Skudnov
2018-01-22 15:57:14 +00:00
committed by Eryu Guan
parent 836ed899ae
commit 57b7c3bac4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ char **argv;
case SIGTSTP:
case SIGSTOP:
case SIGCONT:
case SIGCLD:
case SIGCHLD:
case SIGBUS:
case SIGSEGV:
case SIGQUIT:
+1 -1
View File
@@ -1389,7 +1389,7 @@ set_sig()
#ifdef SIGRESTART
case SIGRESTART:
#endif /* SIGRESTART */
case SIGCLD:
case SIGCHLD:
break;
default: