[net.unix-wizards] sigrestartable.s

dpk%brl-vgr@sri-unix.UUCP (01/12/84)

From:      Doug Kingston <dpk@brl-vgr>

The following is the system interface for Mike's sigrestartable
system call.  This is just the output of cpp cleaned up to be
self-contained.  Just assemble and load with programs.

					-Doug-

--------- sigrestartable.s ----------
.globl	cerror
	err: jmp cerror;
.globl _sigrestart;
.align 2;
_sigrestart: .word 0;
	chmk $151;
	jcs err
	ret

------ End of sigrestartable.s -------