mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Eryu Guan
parent
836ed899ae
commit
57b7c3bac4
+1
-1
@@ -362,7 +362,7 @@ char **argv;
|
||||
case SIGTSTP:
|
||||
case SIGSTOP:
|
||||
case SIGCONT:
|
||||
case SIGCLD:
|
||||
case SIGCHLD:
|
||||
case SIGBUS:
|
||||
case SIGSEGV:
|
||||
case SIGQUIT:
|
||||
|
||||
+1
-1
@@ -1389,7 +1389,7 @@ set_sig()
|
||||
#ifdef SIGRESTART
|
||||
case SIGRESTART:
|
||||
#endif /* SIGRESTART */
|
||||
case SIGCLD:
|
||||
case SIGCHLD:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user