Date: Sun, 16 Jan 2000 10:51:14 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Alain Magloire cc: djgpp AT delorie DOT com Subject: Re: `void main' in Gnu packages---?! In-Reply-To: <85o5j7$bjb$1@gateway.qnx.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 14 Jan 2000, Alain Magloire wrote: > Does DJGPP support getrusage () ? It does, but the support is mostly a no-op: the only field of struct rusage that gets meaningful results is ru_utime, and measuring time for child programs is not supported. Contributions are welcome ;-).