diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-21 23:55:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-21 23:55:36 +0000 |
commit | 2a01ce56b7d585c0e760ba27e0a07819f3b8b723 (patch) | |
tree | 3b598b3518db114c32997054a406ae07d27558cf /nptl/ChangeLog | |
parent | 45dc3ad77e9ab9648365866c64650593114c84fb (diff) | |
download | glibc-2a01ce56b7d585c0e760ba27e0a07819f3b8b723.tar.gz |
[BZ #4938]
2007-08-21 Ulrich Drepper <drepper@redhat.com>
[BZ #4938]
* allocatestack.c (__reclaim_stacks): Clear the TSD in the
reclaimed stack if necessary.
* Makefile (tests): Add tst-tsd6.
* tst-tsd6.c: New file.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 96b49a8906..60e770b5cf 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,11 @@ +2007-08-21 Ulrich Drepper <drepper@redhat.com> + + [BZ #4938] + * allocatestack.c (__reclaim_stacks): Clear the TSD in the + reclaimed stack if necessary. + * Makefile (tests): Add tst-tsd6. + * tst-tsd6.c: New file. + 2007-08-21 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/alpha/lowlevellock.h (lll_robust_dead): |