From: kunst AT prl DOT philips DOT nl Subject: Re: alarm() To: jchu AT cco DOT caltech DOT edu (Johan Chu) Date: Thu, 20 Oct 1994 15:14:31 +0100 (MET) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu (DJGPP users list) Johan Chu (jchu AT cco DOT caltech DOT edu) writes: > > I can't find alarm() in any of the libraries. Anybody know where it is? > Signals (including SIGALRM) are not supported in GO32 version 1.X. They will be in version 2.0 (as we're told). For the time being, you can use the timer16() and timer32() routines that were posted to this list a while ago, and do some polling yourself ('poor man's alarm')! ;-) Pieter Kunst (kunst AT prl DOT philips DOT nl)