diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-01-21 01:47:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-01-21 01:47:11 +0000 |
commit | 5673ccc1756d56f2b2d47f1d2ce9f074095b5c1f (patch) | |
tree | 63c26bdd8ed8c8ca349e117cef22af824fe2be41 /nptl/ChangeLog | |
parent | f3484f2791a24f1aa5127addd51042520a9aecae (diff) | |
download | glibc-5673ccc1756d56f2b2d47f1d2ce9f074095b5c1f.tar.gz glibc-5673ccc1756d56f2b2d47f1d2ce9f074095b5c1f.tar.xz 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/ChangeLog | 5 |
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. |