1
0
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:
Roland McGrath
2002-08-29 01:42:29 +00:00
parent 089c7a2635
commit 45061a153c
3 changed files with 14 additions and 4 deletions

View File

@@ -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;