Fix long standing job control bug. SIGTSTP shouldn't be ignored.
Special instructions tested: suspend stop $$
This commit is contained in:
parent
e574e444e0
commit
e9da86cbbe
@ -327,7 +327,6 @@ main(int argc, char *argv[])
|
||||
sigemptyset(&sa.sa_mask);
|
||||
sigaction(SIGINT, &sa, &sa_int);
|
||||
sigaction(SIGQUIT, &sa, &sa_quit);
|
||||
sigaction(SIGTSTP, &sa, &sa_tstp);
|
||||
|
||||
statusp = 1;
|
||||
child_pid = fork();
|
||||
|
Loading…
x
Reference in New Issue
Block a user