aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread/timer_settime.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/timer_settime.c')
-rw-r--r--sysdeps/pthread/timer_settime.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysdeps/pthread/timer_settime.c b/sysdeps/pthread/timer_settime.c
index b9f8586..3db3799 100644
--- a/sysdeps/pthread/timer_settime.c
+++ b/sysdeps/pthread/timer_settime.c
@@ -25,11 +25,8 @@
/* Set timer TIMERID to VALUE, returning old value in OVLAUE. */
int
-timer_settime (timerid, flags, value, ovalue)
- timer_t timerid;
- int flags;
- const struct itimerspec *value;
- struct itimerspec *ovalue;
+timer_settime (timer_t timerid, int flags, const struct itimerspec *value,
+ struct itimerspec *ovalue)
{
struct timer_node *timer;
struct thread_node *thread = NULL;