]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/pthread_mutex_lock.c
[BZ #4512]
authorUlrich Drepper <drepper@redhat.com>
Fri, 18 May 2007 00:55:10 +0000 (00:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 18 May 2007 00:55:10 +0000 (00:55 +0000)
commit113ad5fc9192340269d2ce19b896d51309e785ea
tree0028c672ecec9626a07fa3dfc5bcba89b690d2f4
parentbec51a302f0e7046fcb8c4fcd13ea2969a43a9b7
[BZ #4512]

* pthread_mutex_lock.c: Preserve FUTEX_WAITERS bit when dead owner
is detected.
* pthread_mutex_timedlock.c: Likewise.
* pthread_mutex_trylock.c: Likewise.
Patch in part by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.

* Makefile (tests): Add tst-robust9 and tst-robustpi9.
* tst-robust9.c: New file.
* tst-robustpi9.c: New file.
nptl/ChangeLog
nptl/Makefile
nptl/pthread_mutex_lock.c
nptl/pthread_mutex_timedlock.c
nptl/pthread_mutex_trylock.c
nptl/tst-robust9.c [new file with mode: 0644]