In `dstack_set_position', must unblock signals while the protector
authorChris Hanson <org/chris-hanson/cph>
Sat, 6 Jul 1991 21:42:41 +0000 (21:42 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 6 Jul 1991 21:42:41 +0000 (21:42 +0000)
commit744b83406440819e114cf509ff850c304172fae8
treece88964f6ab9c6c41bb43d3a00dd312f3839527d
parent532ad04b65cd25a1eb0cbb1133ee8d089eff069c
In `dstack_set_position', must unblock signals while the protector
runs, and re-block afterwards, in case the protector does something to
change the signal mask.  Otherwise, the change to the signal mask will
be undone when the final call to unblock_signals is performed.
v7/src/microcode/wind.c