diff options
author | DJ Delorie <dj@delorie.com> | 2005-03-27 05:28:42 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2005-03-27 05:28:42 +0000 |
commit | 0feff437d51b3a776c711b152cacdd81205d8285 (patch) | |
tree | 513163b5b7eb01fa7fa71fc3efb89484e7f5a22e /libiberty/clock.c | |
parent | 26674bb0864b4b28d9a0f40b0e5b6af0f5e31af1 (diff) | |
download | gdb-0feff437d51b3a776c711b152cacdd81205d8285.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/clock.c')
-rw-r--r-- | libiberty/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/clock.c b/libiberty/clock.c index 3ea70c31c60..2a59900384f 100644 --- a/libiberty/clock.c +++ b/libiberty/clock.c @@ -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; |