aboutsummaryrefslogtreecommitdiff
path: root/nptl/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/init.c')
-rw-r--r--nptl/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/init.c b/nptl/init.c
index d9c315c..de34e21 100644
--- a/nptl/init.c
+++ b/nptl/init.c
@@ -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);