Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!akgua!mcnc!decvax!cca!ima!ism780!bruce From: bruce@ism780.UUCP Newsgroups: net.unix-wizards Subject: Re: problems with alarm(0) - (nf) Message-ID: <200@ism780.UUCP> Date: Fri, 25-May-84 00:13:43 EDT Article-I.D.: ism780.200 Posted: Fri May 25 00:13:43 1984 Date-Received: Fri, 1-Jun-84 01:44:09 EDT Lines: 9 #R:philmds:-17900:ism780:14400008:000:182 ism780!bruce May 24 11:59:00 1984 A much simpler solution is to insert right after the alarm(0) statement the following statement: signal(SIGALRM, SIG_IGN); Be sure to insert it after the alarm(0), not before it!