diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-13 01:56:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-13 01:56:09 +0000 |
commit | 22bb134c318365dbac664e46c193538c14bf3c42 (patch) | |
tree | 6ec10e5142ec9266baf7c0cca31bf7e766804263 /nptl/ChangeLog | |
parent | 4c3f81d07ae921bb58def1f34c8758a77989b219 (diff) | |
download | glibc-22bb134c318365dbac664e46c193538c14bf3c42.tar.gz glibc-22bb134c318365dbac664e46c193538c14bf3c42.tar.xz glibc-22bb134c318365dbac664e46c193538c14bf3c42.zip |
[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.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f5243c8091..8e156c5299 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,15 @@ +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. + 2006-08-03 Ulrich Drepper <drepper@redhat.com> [BZ #2892] |