diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-02 03:51:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-02 03:51:24 +0000 |
commit | 6b4686a534c10cc9011c9d352d1b57d5a76d5579 (patch) | |
tree | f83ff4ca255084c741620875883da8ce4823d7a5 /nptl/Makefile | |
parent | fa36efe8931c7e0dc8c7bf6973d97de32bddd6d4 (diff) | |
download | glibc-6b4686a534c10cc9011c9d352d1b57d5a76d5579.zip glibc-6b4686a534c10cc9011c9d352d1b57d5a76d5579.tar.gz glibc-6b4686a534c10cc9011c9d352d1b57d5a76d5579.tar.bz2 |
Update.
2003-04-01 Ulrich Drepper <drepper@redhat.com>
* pthread_create.c (deallocate_tsd): Clear/free memory after the last
round, not the first. Use specific_used flag instead of local
found_nonzero variable. Use THREAD_[SG]ETMEM where possible.
(__free_tcb): Don't call deallocate_tsd here.
(start_thread): Call deallocate_tsd here.
* pthread_setspecific.c: Set specific_used flag really only when
needed.
* Makefile (tests): Add tst-tsd3.c
* tst-tsd3.c: New file.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index c352216..96320cf 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -145,7 +145,7 @@ tests = tst-attr1 tst-attr2 \ tst-kill1 tst-kill2 tst-kill3 tst-kill4 tst-kill5 tst-kill6 \ tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 \ tst-eintr1 \ - tst-tsd1 tst-tsd2 \ + tst-tsd1 tst-tsd2 tst-tsd3 \ tst-tls1 tst-tls2 \ tst-fork1 tst-fork2 tst-fork3 tst-fork4 \ tst-atfork1 \ |