I don't think there is a way for a process to be notified via SIGCHLD when a child process receives SIGCONT. So unless you are already in waitpid() with WCONTINUED set you won't see it.
- todd
I don't think there is a way for a process to be notified via SIGCHLD when a child process receives SIGCONT. So unless you are already in waitpid() with WCONTINUED set you won't see it.
- todd