13.10 ssig (3614)

This procedure implements the “signal” system call.

3619:

If the interrupt reason is out of range or is equal to “SIGKILL” (9), take an error exit;

3623:

Capture the initial value in “u.u_signal[a]” for return as the result of the system call;

3624:

Set the element of “u.u_signal” to the desired value ...

3625:

If an interrupt for the current reason is pending, cancel it. (It is not clear why this step should be necessary or even desirable. Any suggestions??)