From 2b48c278aa74c9ae0bc11e6c6e329113bb82ae34 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Sat, 23 Jan 2010 09:26:48 -0800 Subject: nptl: fix a few more old style prototypes Signed-off-by: Austin Foxley --- libpthread/nptl/sysdeps/pthread/timer_delete.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpthread/nptl/sysdeps/pthread/timer_delete.c') 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; -- cgit v1.2.3