Why doesn’t SIGCHLD interrupt syscalls (i.e. read)?
When I receive a SIGCHLD
blocking system calls like read
doesn’t return (with EINTR
). If I get another signal they do.
When I receive a SIGCHLD
blocking system calls like read
doesn’t return (with EINTR
). If I get another signal they do.