diff options
Diffstat (limited to 'libiberty/getruntime.c')
-rw-r--r-- | libiberty/getruntime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/getruntime.c b/libiberty/getruntime.c index 3f7dc0d117a..c5aa018d2cc 100644 --- a/libiberty/getruntime.c +++ b/libiberty/getruntime.c @@ -90,7 +90,7 @@ process started. */ long -get_run_time () +get_run_time (void) { #if defined (HAVE_GETRUSAGE) && defined (HAVE_SYS_RESOURCE_H) struct rusage rusage; |