aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-09 14:40:34 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-09 14:40:34 +0000
commitb2041097f675c9adf64ed331c221ac903e6e9790 (patch)
treeb072e2ad5a86a6adf21240f4d8dfdb155a9dd0c7 /nptl
parent539f1d28abe701b64da243e70a8e00f2be921044 (diff)
downloadglibc-b2041097f675c9adf64ed331c221ac903e6e9790.tar
glibc-b2041097f675c9adf64ed331c221ac903e6e9790.tar.gz
glibc-b2041097f675c9adf64ed331c221ac903e6e9790.tar.bz2
glibc-b2041097f675c9adf64ed331c221ac903e6e9790.zip
Update.
2003-04-09 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Add tst-detach1. * tst-detach1.c: New file.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog5
-rw-r--r--nptl/Makefile1
2 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 41de165734..112c832513 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-09 Ulrich Drepper <drepper@redhat.com>
+
+ * Makefile (tests): Add tst-detach1.
+ * tst-detach1.c: New file.
+
2003-04-08 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/pthread.h: Remove duplicate
diff --git a/nptl/Makefile b/nptl/Makefile
index a7d592049e..0877b2a10e 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -144,6 +144,7 @@ tests = tst-attr1 tst-attr2 \
tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \
tst-kill1 tst-kill2 tst-kill3 tst-kill4 tst-kill5 tst-kill6 \
tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 \
+ tst-detach1 \
tst-eintr1 \
tst-tsd1 tst-tsd2 tst-tsd3 tst-tsd4 \
tst-tls1 tst-tls2 \