Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
Browse files Browse the repository at this point in the history
	(__pthread_cond_wait): Fix unlocking of internal lock after mutex
	unlocking failed.
	Patch by Luca Barbieri <luca.barbieri@gmail.com>.
  • Loading branch information
Ulrich Drepper committed Sep 2, 2007
1 parent de4d856 commit 221d9d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 221d9d8

Please sign in to comment.