summaryrefslogtreecommitdiff
path: root/sysdeps/pthread/timer_getoverr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/timer_getoverr.c')
-rw-r--r--sysdeps/pthread/timer_getoverr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/pthread/timer_getoverr.c b/sysdeps/pthread/timer_getoverr.c
index 12433c63a8..07c2cc503a 100644
--- a/sysdeps/pthread/timer_getoverr.c
+++ b/sysdeps/pthread/timer_getoverr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
@@ -25,8 +25,7 @@
/* Get expiration overrun for timer TIMERID. */
int
-timer_getoverrun (timerid)
- timer_t timerid;
+timer_getoverrun (timer_t timerid)
{
struct timer_node *timer;
int retval = -1;