diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-14 08:49:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-14 08:49:07 +0000 |
commit | 700bf7af9f98174f33ac177332bcbcd644055474 (patch) | |
tree | faf706c17e3ebf7a6598920cd75d261e8f6dfec5 /nptl/Makefile | |
parent | dac0f7723437aa52232eb98500be1608b32fc657 (diff) | |
download | glibc-700bf7af9f98174f33ac177332bcbcd644055474.tar glibc-700bf7af9f98174f33ac177332bcbcd644055474.tar.gz glibc-700bf7af9f98174f33ac177332bcbcd644055474.tar.bz2 glibc-700bf7af9f98174f33ac177332bcbcd644055474.zip |
Update.
2003-02-14 Ulrich Drepper <drepper@redhat.com>
* Makefile (tests): Add tst-join4.
* tst-join4.c: New file.
2003-02-13 Ulrich Drepper <drepper@redhat.com>
* tst-cond4.c (main): Add test of pthread_attr_getpshared.
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 35d77c2361..fbd78791ec 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -137,7 +137,7 @@ tests = tst-attr1 tst-attr2 \ tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 \ tst-barrier1 tst-barrier2 tst-barrier3 \ tst-basic1 tst-basic2 \ - tst-join1 tst-join2 tst-join3 \ + tst-join1 tst-join2 tst-join3 tst-join4 \ tst-tsd1 tst-tsd2 \ tst-fork1 tst-fork2 tst-fork3 \ tst-atfork1 \ |