1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
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:
Ulrich Drepper
2002-12-04 09:52:26 +00:00
parent d16055ee52
commit 7a5cdb30e3
3 changed files with 69 additions and 56 deletions

View File

@ -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)