about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2001-11-26 13:00:23 +0000
committerAndreas Schwab <schwab@suse.de>2001-11-26 13:00:23 +0000
commit30f5deff34ae6466741678c23ae96d1a54171ca8 (patch)
tree5294488c642affbcb27681ba29d0dab76a55c9eb /linuxthreads/ChangeLog
parenta86e3e5891c72314c8c5d64b56f12474c72c0563 (diff)
downloadglibc-30f5deff34ae6466741678c23ae96d1a54171ca8.tar.gz
glibc-30f5deff34ae6466741678c23ae96d1a54171ca8.tar.xz
glibc-30f5deff34ae6466741678c23ae96d1a54171ca8.zip
* manager.c (pthread_handle_create): Start the child thread with
	the cancel signal blocked, so that it does not handle it before
	the thread register is set up.  Save errno from failed clone call.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 2125fee401..b6aa503b0b 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,9 @@
+2001-11-26  Andreas Schwab  <schwab@suse.de>
+
+	* manager.c (pthread_handle_create): Start the child thread with
+	the cancel signal blocked, so that it does not handle it before
+	the thread register is set up.  Save errno from failed clone call.
+
 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/i386/i686/Implies: Removed.