From a88c9263686012ca2a336379b7d66e59dea2b43b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 5 Feb 2003 09:54:24 +0000 Subject: Update. 2003-02-05 Ulrich Drepper * sysdeps/pthread/bits/libc-lock.h (__libc_once): Set control variable for non-libpthread case to the same value the pthread_once function would use. --- nptl/allocatestack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/allocatestack.c') diff --git a/nptl/allocatestack.c b/nptl/allocatestack.c index e50d2b2..94d4525 100644 --- a/nptl/allocatestack.c +++ b/nptl/allocatestack.c @@ -194,7 +194,7 @@ queue_stack (struct pthread *stack) { struct pthread *curr; - curr = list_entry(entry, struct pthread, header.data.list); + curr = list_entry (entry, struct pthread, header.data.list); if (FREE_P (curr)) { /* Unlink the block. */ -- cgit v1.1