aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-27 09:41:31 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-27 09:41:31 +0000
commita2c33d5af367856b33749001691956cf5e62423c (patch)
treed6abfda59931c66f9edee10b9007a59a0cb137a1 /nptl/ChangeLog
parent14ffbc8350791ff0f33ccc65af26ebaa1b520132 (diff)
downloadglibc-a2c33d5af367856b33749001691956cf5e62423c.tar
glibc-a2c33d5af367856b33749001691956cf5e62423c.tar.gz
glibc-a2c33d5af367856b33749001691956cf5e62423c.tar.bz2
glibc-a2c33d5af367856b33749001691956cf5e62423c.zip
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/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 10250ae3e9..abdd485a88 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