mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* sysdeps/generic/dl-sysdep.h: Add double include protection.
This commit is contained in:
@ -225,7 +225,7 @@ start_thread (void *arg)
|
||||
if (setjmp (pd->cancelbuf) == 0)
|
||||
{
|
||||
/* Run the code the user provided. */
|
||||
pd->result = pd->start_routine (pd->arg);
|
||||
THREAD_SETMEM (pd, result, pd->start_routine (pd->arg));
|
||||
}
|
||||
|
||||
/* The thread is exiting now. */
|
||||
|
Reference in New Issue
Block a user