aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-01-21 01:47:11 +0000
committerUlrich Drepper <drepper@redhat.com>2004-01-21 01:47:11 +0000
commit5673ccc1756d56f2b2d47f1d2ce9f074095b5c1f (patch)
tree63c26bdd8ed8c8ca349e117cef22af824fe2be41 /nptl/ChangeLog
parentf3484f2791a24f1aa5127addd51042520a9aecae (diff)
downloadglibc-5673ccc1756d56f2b2d47f1d2ce9f074095b5c1f.tar
glibc-5673ccc1756d56f2b2d47f1d2ce9f074095b5c1f.tar.gz
glibc-5673ccc1756d56f2b2d47f1d2ce9f074095b5c1f.tar.bz2
glibc-5673ccc1756d56f2b2d47f1d2ce9f074095b5c1f.zip
Update.
2004-01-20 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/createthread.c (create_thread): Don't add CLONE_DETACHED bit if it is not necessary.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 05b2a37eb6..7aa1c2b68c 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-20 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/pthread/createthread.c (create_thread): Don't add
+ CLONE_DETACHED bit if it is not necessary.
+
2004-01-16 Ulrich Drepper <drepper@redhat.com>
* pthread_getattr_np.c: Include ldsodefs.h.