summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/pthread/timer_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread/timer_create.c')
-rw-r--r--libpthread/nptl/sysdeps/pthread/timer_create.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/timer_create.c b/libpthread/nptl/sysdeps/pthread/timer_create.c
index 2809ac744..ae82c5af0 100644
--- a/libpthread/nptl/sysdeps/pthread/timer_create.c
+++ b/libpthread/nptl/sysdeps/pthread/timer_create.c
@@ -28,10 +28,10 @@
/* 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;