diff options
Diffstat (limited to 'nptl/init.c')
-rw-r--r-- | nptl/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/init.c b/nptl/init.c index 16926e4..e0100ee 100644 --- a/nptl/init.c +++ b/nptl/init.c @@ -194,7 +194,7 @@ __pthread_initialize_minimal_internal (void) /* Initialize the list of all running threads with the main thread. */ INIT_LIST_HEAD (&__stack_user); - list_add (&pd->header.data.list, &__stack_user); + list_add (&pd->list, &__stack_user); /* Install the cancellation signal handler. If for some reason we |