Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!grkermit!masscomp!clyde!floyd!harpo!seismo!hao!hplabs!sri-unix!gwyn@brl-vgr From: gwyn%brl-vgr@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: 4.2BSD signal(2) replacement Message-ID: <14879@sri-arpa.UUCP> Date: Thu, 22-Dec-83 13:25:28 EST Article-I.D.: sri-arpa.14879 Posted: Thu Dec 22 13:25:28 1983 Date-Received: Mon, 26-Dec-83 01:13:47 EST Lines: 8 From: Doug Gwyn (VLD/VMB) I have made a minor change in the signal(2) routine I posted a couple of days ago, to eliminate the possibility of EINTR being returned for system calls that aren't supposed to return that errno. Anyone who wants a fresh copy, mail me a note. (All I did was check the bytes after the CHMK to ensure it was a read, write, ioctl, wait, readv, or writev syscall.)