previous | start | next

SIGTSTP handler

This keyboard stop signal, SIGTSTP, is sent to the foreground process by typing ctrl-z.

The shell's handler for this signal should do the same as for the SIGINT.

That is, if the shell is the foreground process its handler should just return.



previous | start | next