Lorsque le client attend la fin d'une procédure remote, il peut décider de propager le CTRL-C si celui-ci survient. La méthode est la suivante:
Cela donne:
action ctrlc call sendsig shmstat=shmack() shmstat=shmwack() action ctrlc nocallLa subroutine sensig.prc est accessible avec les procédures standards. Elle contient:
subroutine sendsig local stat=signal(2) return endproc