about summary refs log tree commit diff
path: root/sysdeps/pthread/timer_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/timer_create.c')
-rw-r--r--sysdeps/pthread/timer_create.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/pthread/timer_create.c b/sysdeps/pthread/timer_create.c
index 1ab53ab151..a4240dd81a 100644
--- a/sysdeps/pthread/timer_create.c
+++ b/sysdeps/pthread/timer_create.c
@@ -27,10 +27,7 @@
 
 /* Create new per-process timer using CLOCK.  */
 int
-timer_create (clock_id, evp, timerid)
-     clockid_t clock_id;
-     struct sigevent *evp;
-     timer_t *timerid;
+timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid)
 {
   int retval = -1;
   struct timer_node *newtimer = NULL;