* Makefile (tests): Add tst-tsd3.c and tst-tsd4.
	* tst-tsd4.c: New file.
This commit is contained in:
Ulrich Drepper 2003-04-02 04:02:00 +00:00
parent bafaffac70
commit 0d73a73b4b
1 changed files with 2 additions and 1 deletions

View File

@ -7,8 +7,9 @@
(start_thread): Call deallocate_tsd here.
* pthread_setspecific.c: Set specific_used flag really only when
needed.
* Makefile (tests): Add tst-tsd3.c
* Makefile (tests): Add tst-tsd3.c and tst-tsd4.
* tst-tsd3.c: New file.
* tst-tsd4.c: New file.
2003-03-31 Ulrich Drepper <drepper@redhat.com>