Date: Mon, 12 Jul 1999 16:05:54 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Hans-Bernhard Broeker cc: djgpp-workers AT delorie DOT com Subject: Re: setitimer and getitimer In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 12 Jul 1999, Hans-Bernhard Broeker wrote: > I.e. the 'ovalue->it_interval' is the same as was specified in the > previous setitimer() call, and 'ovalue->it_value' is the remaining time > until this timer fires. Thanks, this explains everything.