From 45061a153c431bb3127d2a3c7fbb6abfbec0a505 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 29 Aug 2002 01:42:29 +0000 Subject: * NEWS: Added 2.2.6 text from 2.2 branch version. --- linuxthreads/sysdeps/pthread/timer_routines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads') diff --git a/linuxthreads/sysdeps/pthread/timer_routines.c b/linuxthreads/sysdeps/pthread/timer_routines.c index 86fae2af4c..b88c5e0556 100644 --- a/linuxthreads/sysdeps/pthread/timer_routines.c +++ b/linuxthreads/sysdeps/pthread/timer_routines.c @@ -490,7 +490,7 @@ __timer_thread_start (struct thread_node *thread) thread->exists = 1; if (pthread_create (&thread->id, &thread->attr, - (void (*) (void *)) thread_func, thread) != 0) + (void *(*) (void *)) thread_func, thread) != 0) { thread->exists = 0; retval = -1; -- cgit v1.2.3