diff options
Diffstat (limited to 'sysdeps/generic/vtimes.c')
-rw-r--r-- | sysdeps/generic/vtimes.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/generic/vtimes.c b/sysdeps/generic/vtimes.c index 298f428b71..0c19a918f8 100644 --- a/sysdeps/generic/vtimes.c +++ b/sysdeps/generic/vtimes.c @@ -29,9 +29,7 @@ /* If VT is not NULL, write statistics for WHO into *VT. Return 0 for success, -1 for failure. */ static int -vtimes_one (vt, who) - struct vtimes *vt; - enum __rusage_who who; +vtimes_one (struct vtimes *vt, enum __rusage_who who) { if (vt != NULL) { |