From a4548cea4aac71acf6c9914058587ff42a06f22d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 6 Dec 2002 21:15:46 +0000 Subject: Update. * init.c (__pthread_initialize_minimal): Correct INIT_LIST_HEAD use. --- nptl/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/init.c') diff --git a/nptl/init.c b/nptl/init.c index d9c315c1da..de34e217f9 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); -- cgit 1.4.1