From 7a5cdb30e31c860ce0314393cc97f161258ff842 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 4 Dec 2002 09:52:26 +0000 Subject: Update. 2002-12-04 Ulrich Drepper * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Mark asms as volatile and add memory clobbers to lock operations. --- 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 9f12f2b940..00ce920f8a 100644 --- a/nptl/allocatestack.c +++ b/nptl/allocatestack.c @@ -105,7 +105,7 @@ get_cached_stack (size_t *sizep, void **memp) { 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) && curr->stackblock_size >= size) { if (curr->stackblock_size == size) -- cgit v1.2.3