]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* manager.c (pthread_handle_create): Start the child thread with
authorAndreas Schwab <schwab@suse.de>
Mon, 26 Nov 2001 13:00:23 +0000 (13:00 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 26 Nov 2001 13:00:23 +0000 (13:00 +0000)
the cancel signal blocked, so that it does not handle it before
the thread register is set up.  Save errno from failed clone call.

linuxthreads/ChangeLog

index 2125fee40108afb17a33ce78e90fdba7868ad631..b6aa503b0b783fb82dcaec8544221a2519fe3e2e 100644 (file)
@@ -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.