Date: Thu, 17 Apr 1997 18:39:54 +0300 (IDT) From: Eli Zaretskii To: Thomas Demmer cc: djgpp AT delorie DOT com Subject: Re: Watchdog timers In-Reply-To: <3355EDD4.FF6@LSTM.Ruhr-UNI-Bochum.De> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 17 Apr 1997, Thomas Demmer wrote: > I'm trying to port a library from Linux to DOS > and ran into the problem of implementing > a watchdog timer. I first thought of > alarm(), but it has only a resolution > of one second. Isn't `itimer' what you are after? If so, DJGPP supports it; look it up in the library reference.