(pthread_handle_create): Start the child thread with the cancel signal blocked, so...
commita86e3e5891c72314c8c5d64b56f12474c72c0563
authorAndreas Schwab <schwab@suse.de>
Mon, 26 Nov 2001 12:59:16 +0000 (26 12:59 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 26 Nov 2001 12:59:16 +0000 (26 12:59 +0000)
treecd4aa8b6f708881428b0563b08bb102e1fdc1a4d
parentdd09c3dcc91e9be3c1c8fca4486c286083540322
(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.
linuxthreads/manager.c