summaryrefslogtreecommitdiff
path: root/time/setitimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/setitimer.c')
-rw-r--r--time/setitimer.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/time/setitimer.c b/time/setitimer.c
index 6b49a603b1..b99117ab44 100644
--- a/time/setitimer.c
+++ b/time/setitimer.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
@@ -23,10 +23,8 @@
set *OLD to the old value of timer WHICH.
Returns 0 on success, -1 on errors. */
int
-__setitimer (which, new, old)
- enum __itimer_which which;
- const struct itimerval *new;
- struct itimerval *old;
+__setitimer (enum __itimer_which which, const struct itimerval *new,
+ struct itimerval *old)
{
if (new == NULL)
{