summaryrefslogtreecommitdiff
path: root/time/getitimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/getitimer.c')
-rw-r--r--time/getitimer.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/time/getitimer.c b/time/getitimer.c
index e9d2920a56..ac1d0d85ad 100644
--- a/time/getitimer.c
+++ b/time/getitimer.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
@@ -22,9 +22,7 @@
/* Set *VALUE to the current setting of timer WHICH.
Return 0 on success, -1 on errors. */
int
-__getitimer (which, value)
- enum __itimer_which which;
- struct itimerval *value;
+__getitimer (enum __itimer_which which, struct itimerval *value)
{
if (value == NULL)
{