merge from gcc

This commit is contained in:
DJ Delorie
2005-03-27 05:28:42 +00:00
parent 8da8e0b3f3
commit 9334f9c6cd
23 changed files with 579 additions and 875 deletions

View File

@ -67,7 +67,7 @@ number of seconds used.
/* FIXME: should be able to declare as clock_t. */
long
clock ()
clock (void)
{
#ifdef HAVE_GETRUSAGE
struct rusage rusage;