sigrestartable.s

dpk%brl-vgr at sri-unix.UUCP dpk%brl-vgr at sri-unix.UUCP
Thu Jan 12 18:10:50 AEST 1984


From:      Doug Kingston <dpk at 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 -------



More information about the Comp.unix.wizards mailing list