summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/pthread/timer_delete.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread/timer_delete.c')
-rw-r--r--libpthread/nptl/sysdeps/pthread/timer_delete.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/timer_delete.c b/libpthread/nptl/sysdeps/pthread/timer_delete.c
index 48ba1f272..4c53112db 100644
--- a/libpthread/nptl/sysdeps/pthread/timer_delete.c
+++ b/libpthread/nptl/sysdeps/pthread/timer_delete.c
@@ -27,8 +27,8 @@
/* Delete timer TIMERID. */
int
-timer_delete (timerid)
- timer_t timerid;
+timer_delete (
+ timer_t timerid)
{
struct timer_node *timer;
int retval = -1;