Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!dpk@brl-vgr From: dpk%brl-vgr@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: sigrestartable.s Message-ID: <15429@sri-arpa.UUCP> Date: Thu, 12-Jan-84 03:10:50 EST Article-I.D.: sri-arpa.15429 Posted: Thu Jan 12 03:10:50 1984 Date-Received: Sun, 15-Jan-84 01:35:47 EST Lines: 19 From: Doug Kingston 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 -------