aboutsummaryrefslogtreecommitdiff
path: root/libiberty/getruntime.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/getruntime.c')
-rw-r--r--libiberty/getruntime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/getruntime.c b/libiberty/getruntime.c
index 3f7dc0d..c5aa018 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;