mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* init.c (__pthread_initialize_minimal): Correct INIT_LIST_HEAD use.
This commit is contained in:
@ -124,7 +124,7 @@ __pthread_initialize_minimal (void)
|
||||
#endif
|
||||
|
||||
/* Initialize the list of all running threads with the main thread. */
|
||||
INIT_LIST_HEAD (__stack_user);
|
||||
INIT_LIST_HEAD (&__stack_user);
|
||||
list_add (&pd->header.data.list, &__stack_user);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user