summaryrefslogtreecommitdiff
path: root/resource/getrusage.c
diff options
context:
space:
mode:
Diffstat (limited to 'resource/getrusage.c')
-rw-r--r--resource/getrusage.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/resource/getrusage.c b/resource/getrusage.c
index ebda1d2964..0db1e6f675 100644
--- a/resource/getrusage.c
+++ b/resource/getrusage.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -21,9 +21,7 @@
/* Return resource usage information on process indicated by WHO
and put it in *USAGE. Returns 0 for success, -1 for failure. */
int
-__getrusage (who, usage)
- enum __rusage_who who;
- struct rusage *usage;
+__getrusage (enum __rusage_who who, struct rusage *usage)
{
__set_errno (ENOSYS);
return -1;