* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S

(__pthread_cond_wait): Fix unlocking of internal lock after mutex
	unlocking failed.
	Patch by Luca Barbieri <luca.barbieri@gmail.com>.
This commit is contained in:
Ulrich Drepper 2007-09-02 16:53:13 +00:00
parent de4d856364
commit 221d9d8e76
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2007-09-02 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
(__pthread_cond_wait): Fix unlocking of internal lock after mutex
unlocking failed.
Patch by Luca Barbieri <luca.barbieri@gmail.com>.
2007-08-21 Ulrich Drepper <drepper@redhat.com>
[BZ #4938]

View File

@ -401,7 +401,7 @@ __pthread_cond_wait:
#else
decl cond_lock(%rdi)
#endif
jne 13f
je 13f
#if cond_lock != 0
addq $cond_lock, %rdi