signals · signals/SIGCLD
SIGCLD
Child Status Changed
An older SVr4 name for SIGCHLD. On Linux SIGCLD is defined as an alias for SIGCHLD (signal 17) and has identical behaviour: sent to the parent process when a child process changes state (exits, stops, or resumes).