]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/ChangeLog
[BZ #2843]
authorUlrich Drepper <drepper@redhat.com>
Sun, 13 Aug 2006 01:56:09 +0000 (01:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 13 Aug 2006 01:56:09 +0000 (01:56 +0000)
commit22bb134c318365dbac664e46c193538c14bf3c42
tree6ec10e5142ec9266baf7c0cca31bf7e766804263
parent4c3f81d07ae921bb58def1f34c8758a77989b219
[BZ #2843]

2006-08-12  Ulrich Drepper  <drepper@redhat.com>
[BZ #2843]
* pthread_join.c (pthread_join): Account for self being canceled
when checking for deadlocks.
* tst-join5.c: Cleanups.  Allow to be used in tst-join6.
(tf1): Don't print anything after pthread_join returns, this would be
another cancellation point.
(tf2): Likewise.
* tst-join6.c: New file.
* Makefile (tests): Add tst-join6.
nptl/ChangeLog
nptl/Makefile
nptl/pthread_join.c
nptl/tst-join5.c
nptl/tst-join6.c [new file with mode: 0644]