aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-15 08:21:36 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-15 08:21:36 +0000
commitb270b5484067210c84822a28e63be9099e0d112b (patch)
tree43905aba4166a3b238e72588bcf14c9e8d6d6550 /nptl/Makefile
parent757de559da017957b8d8fdb243ebde70c000cfeb (diff)
downloadglibc-b270b5484067210c84822a28e63be9099e0d112b.tar
glibc-b270b5484067210c84822a28e63be9099e0d112b.tar.gz
glibc-b270b5484067210c84822a28e63be9099e0d112b.tar.bz2
glibc-b270b5484067210c84822a28e63be9099e0d112b.zip
Update.
2003-02-15 Ulrich Drepper <drepper@redhat.com> * pthread_setconcurrency.c (pthread_setconcurrency): Fail for negative arguments. * Makefile (tests): Add tst-basic5. * tst-basic5.c: New file. after thread is done. If then zero, call exit(0).
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index d48c691ac6..04d7c1d38d 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -136,7 +136,7 @@ tests = tst-attr1 tst-attr2 \
tst-key1 tst-key2 tst-key3 \
tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 \
tst-barrier1 tst-barrier2 tst-barrier3 \
- tst-basic1 tst-basic2 tst-basic3 tst-basic4 \
+ tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 \
tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 \
tst-tsd1 tst-tsd2 \
tst-fork1 tst-fork2 tst-fork3 \