1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* init.c (__pthread_initialize_minimal): Correct INIT_LIST_HEAD use.
This commit is contained in:
Ulrich Drepper
2002-12-06 21:15:46 +00:00
parent d3c9f89525
commit a4548cea4a
2 changed files with 3 additions and 1 deletions

View File

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