diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-27 09:41:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-27 09:41:31 +0000 |
commit | a2c33d5af367856b33749001691956cf5e62423c (patch) | |
tree | d6abfda59931c66f9edee10b9007a59a0cb137a1 /nptl/ChangeLog | |
parent | 14ffbc8350791ff0f33ccc65af26ebaa1b520132 (diff) | |
download | glibc-a2c33d5af367856b33749001691956cf5e62423c.zip glibc-a2c33d5af367856b33749001691956cf5e62423c.tar.gz glibc-a2c33d5af367856b33749001691956cf5e62423c.tar.bz2 |
Update.
2004-02-27 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/createthread.c (create_thread): Remove use of
CLONE_STOPPED. We cannot use SIGCONT which means CLONE_STOPPED
needs to be implemented differently to be useful.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 10250ae..abdd485 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2004-02-27 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/pthread/createthread.c (create_thread): Remove use of + CLONE_STOPPED. We cannot use SIGCONT which means CLONE_STOPPED + needs to be implemented differently to be useful. + 2004-02-26 Ulrich Drepper <drepper@redhat.com> * pthread_attr_setschedparam.c: Don't test priority against limits |