mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Update.
* sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S (condvar_cleanup): Get condvar address from the right place.
This commit is contained in:
parent
75c43017cb
commit
b1151300d6
@ -1,5 +1,8 @@
|
||||
2003-01-03 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
|
||||
(condvar_cleanup): Get condvar address from the right place.
|
||||
|
||||
* atomic.h: Correct definitions of atomic_full_barrier,
|
||||
atomic_read_barrier, atomic_write_barrier.
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
.type condvar_cleanup, @function
|
||||
condvar_cleanup:
|
||||
pushl %ebx
|
||||
movl 4(%esp), %ebx
|
||||
movl 8(%esp), %ebx
|
||||
#if cond_lock != 0
|
||||
addl $cond_lock, %ebx
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user