mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
2002-12-04 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Mark asms as volatile and add memory clobbers to lock operations.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user