mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
* NEWS: Added 2.2.6 text from 2.2 branch version.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user